Home » Questions » Computers [ Ask a new question ]

Unable to have full-screen in Mac's Xmonad

Unable to have full-screen in Mac's Xmonad

I installed the newest X11. I run the following command unsuccessfully after sourcing ~/.profile

Asked by: Guest | Views: 201
Total answers/comments: 1
Guest [Entry]

"exec is a shell built-in. If you insists on using it with sudo, you should do something like:

sudo bash -c ""exec ....""

But that is pretty much pointless, if you use sudo anyway. Just drop the ""exec"" altogether."