.cwmrc (1449B)
1 # Menu 2 3 command Firefox /usr/local/bin/firefox 4 command "Claws Mail" /usr/local/bin/claws-mail 5 command Libreoffice /usr/local/bin/libreoffice 6 command KeepassX /usr/local/bin/keepassx 7 command GIMP /usr/local/bin/gimp 8 command Thunar /usr/local/bin/thunar 9 command Xterm /usr/X11R6/bin/xterm 10 command crt /usr/local/bin/cool-retro-term 11 command Shutdown '/usr/bin/doas shutdown -p now' 12 13 # Menu Colors 14 15 color font "#d29ee7" 16 color menubg "#170a1c" 17 color menufg "#d29ee7" 18 color selfont "#170a1c" 19 20 # Big decisions 21 22 moveamount 15 23 sticky yes 24 snapdist 10 25 gap 26 0 0 0 26 27 fontname "spleen:pixelsize=16:antialias=false" 28 29 color activeborder "#d05af1" 30 color inactiveborder "#170a1c" 31 32 # Key bindings 33 unbind-key all # Necessary to use Firefox's new ALT-LEFT for back 34 35 bind-key 4-Return terminal 36 bind-key 4-l lock 37 bind-key 4S-Return menu-exec 38 bind-key 4-a menu-window 39 bind-key M-Tab window-cycle 40 bind-key MS-Tab window-rcycle 41 bind-key 4-q window-delete 42 bind-key 4-Tab window-hide 43 44 bind-key 4-Up window-raise 45 bind-key 4-Down window-lower 46 bind-key 4-m window-maximize 47 48 bind-key 4S-h window-move-left 49 bind-key 4S-j window-move-down 50 bind-key 4S-k window-move-up 51 bind-key 4S-l window-move-right 52 53 bind-key 4S-Tab restart 54 bind-key 4S-q quit 55 56 # Mouse bindings 57 #unbind-mouse all # Might as well, since we're rebinding the keyboard to 4 58 # TODO: Figure out why this breaks clicking on the desktop 59 60 bind-mouse 4-1 window-move 61 bind-mouse 4S-1 window-resize 62 bind-mouse 4-3 window-lower