This blog post series has moved here.
You might also be interested in the 2016 version.
This blog post series has moved here.
You might also be interested in the 2016 version.
Having trouble installing the latest stable version of tmux?
I know, official package for your OS/distro is outdated and you just want the newest version of tmux.
Well, this script should save you some time with that.
import XMonad | |
main = xmonad defaultConfig | |
{ modMask = mod4Mask -- Use Super instead of Alt | |
, terminal = "urxvt" | |
-- more changes | |
} |