Contents
How do I control hotkeys?
Ctrl keyboard shortcuts
| Ctrl | Press the Ctrl key by itself does nothing in most programs. In computer games, Ctrl is often used to crouch or go into a prone position. |
|---|---|
| Ctrl + A | These two keys select all text or other objects. |
| Ctrl + B | Bold highlighted text. |
| Ctrl + C | Copy any selected text or another object. |
How do I use Xmonad?
Press Alt+Shift+Enter to launch a terminal. To launch additional terminals, press the Alt+Shift+Enter shortcut again. Xmonad automatically resizes and arranges the windows on screen, tiling them.
Why is xmonad not responding to my keys?
XMonad is frozen! XMonad stops but the current window still responds to keys. Usually this is because a dynamicLog is writing to a pipe handle that’s not being read. For example the xmonad.hs writes to some status bar in the logHook, but the status bar is not installed, not in $PATH, not set up to read its stdin, or just plain not running.
How to compile setup.hs with xmonad?
To compile Setup.hs simply type: Now you can: If during the build process ghc complains about the “impossible happening”, and mentions that you should change something to “-fvia-C”, just edit the *.cabal file replacing the line that sets the arguments for ghc, changing “-fasm” to “-fvia-C”. How do I uninstall xmonad?
How to set the path to xmonad in GHC?
Alternatively, you can use the full path to xmonad and set ghc’s path systemwide. If you do this, you’ll also have to change the mod-q binding to use /path/to/xmonad and restart X to have xmonad use the new mod-q (first time only) since the mod-q binding calls xmonad to recompile itself.
How can I check if xmonad has a xterm?
Try pressing mod-shift-enter (that is Alt, Shift, and Enter pressed at the same time) to bring up an xterm. Once the xterm appears, use it to read xmonad’s man page or point a web browser at http://xmonad.org/tour.html. If no xterm appears, see if any other advice on this page applies. What build dependencies does xmonad have?