xinitrc (148B)
1 #!/bin/sh 2 3 . $XDG_CONFIG_HOME/X11/keybindings 4 5 WM=dwm 6 7 __type $WM || (echo "$WM not found" && exit 1) 8 9 __type slstatus && exec slstatus & 10 11 exec $WM
dotfilesCross platform dotfiles for linux, mac and windows | |
git clone git@getsh.org:dotfiles.git | |
Log | Files | Refs |