12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- fontname "DejaVu Sans Mono:pixelsize=14:bold"
- borderwidth 2
- color activeborder olive
- #color inactiveborder darkolive
- gap 0 20 1 0
- sticky yes
- unbind-key CS-Left
- unbind-key CS-Right
- unbind-key CS-Up
- unbind-key CS-Down
- unbind-key C-Left
- unbind-key C-Right
- unbind-key C-Up
- unbind-key C-Down
- unbind-key C-slash
- bind-key 4S-Return "uxterm"
- bind-key 4-space "dmenu_run"
- bind-key 4S-p "passmenu --type"
- bind-key 4S-l "xlock -mode star -trek 1000"
- bind-key 4S-q quit
- bind-key 4S-r restart
- bind-key 4-w window-close
- bind-key 4-h window-snap-left
- bind-key 4-l window-snap-right
- bind-key 4-k window-snap-down
- bind-key 4-j window-snap-up
- bind-key 4-y window-snap-up-left
- bind-key 4-u window-snap-up-right
- bind-key 4-b window-snap-down-left
- bind-key 4-n window-snap-down-right
- bind-key 4-m window-minimize
- bind-key 4S-m window-maximize
- bind-key 4S-w menu-window
- bind-key 4S-h menu-window-hidden
- bind-key 4-a menu-cmd
- bind-key 4-g menu-group
- bind-key 4-p menu-exec
- bind-key 4-1 group-only-1
- bind-key 4-2 group-only-2
- bind-key 4-3 group-only-3
- bind-key 4-4 group-only-4
- bind-key 4S-1 window-movetogroup-1
- bind-key 4S-2 window-movetogroup-2
- bind-key 4S-3 window-movetogroup-3
- bind-key 4S-4 window-movetogroup-4
- bind-key 4-Tab window-cycle
- bind-key 4S-Tab window-rcycle
- #bind-key 4S-Tab group-cycle
- #bind-key 4S-\` window-rcycle
- bind-mouse 4-1 window-move
- bind-mouse 4S-1 window-resize
- bind-mouse 4-3 window-resize
- bind-mouse 4-2 window-lower
- bind-mouse 4S-2 window-raise
- command lock "xlock -mode star -trek 1000"
- bind-key 4-c "xclock -digital -twelve -g 225x20-0-0 -fg black -bg gray80 -padding 2 -update 1 -face \"DejaVu Sans Mono:pixelsize=14\" -chime &"
- ignore xload
- ignore xclock
- autogroup 0 "xclock,XClock"
- autogroup 0 "xlock,XLoad"
|