Changes

Jump to: navigation, search

Xmonad

917 bytes added, 07:29, 4 January 2019
no edit summary
'''Xmonad''' is the tiling window manager that rocks!
 
=Basic Xmonad Keybindings=
Xmonad has very similar keybindings to [[w:dwm|dwm]]. Heres a few of the major ones. They can be redefined by editing the example configuration below.
;Mod-Space
:Changes the tiling method
;Mod-Enter
:Changes the selected tile to the master tile
;Mod-q
:Restarts Xmonad. Note that any open windows and tiles will NOT bet lost
;Mod-Shift-q
:Kills Xmonad, and usually Xorg (depending on how you start X)
;Mod-j
:Select the next tile
;Mod-k
:Select the previous tile
;Mod-Shift-j
:Move the current tile forward
;Mod-Shift-k
:Move the current tile backwards
;Mod-n
:Moves to desktop number n
;Mod-Shift-n
:Move the current tile to desktop n
;Mod-h
:Increase the size of the current tile
;Mod-l
:Decrease the size of the current tile
;Mod-p
:Launches dmenu (if installed)
=Configuring Xmonad=
Put it in Edit <code>~/.xmonad/xmonad.hs</code>, then restart Xmonad (Mod-q be default). This configuration file below is the default configuration file, plus a few changes. The mode key is moved from Alt to Super (windows key), the default terminal is set to urxvt instead of xterm, and the PrtSc and Ctr-PrtSc are mapped to scrot (see below for details). Note that this file is written in Haskell, and thus, comments are --. This file also starts xmobar (Xmonad's bar). It is usually a separate package, so if you want this bar, make sure to install it and configure .xmobarrc.
=Ackthet's xmonad.hs and .xmobarrc=
For dual head setup, come to IRC and bug Shards_of_Narsil (used to be ackthet)
Here is an example .xmobarrc:
<pre>
}
</pre>
Here is a modified xmonad.hs
<pre>
--
[[Category:Howtos]]
[[Category:Window managersSoftware]][[Category:Scripts]]

Navigation menu