dotfiles

Customization files for my workstations. Nothing special or worth looking at.
Log | Files | Refs

.cwmrc (1442B)


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