diff options
Diffstat (limited to '.cwmrc')
| -rw-r--r-- | .cwmrc | 15 |
1 files changed, 13 insertions, 2 deletions
| @@ -2,6 +2,7 @@ fontname "Berkeley Mono:size=8:bold" | |||
| 2 | borderwidth 2 | 2 | borderwidth 2 |
| 3 | color ungroupborder yellow | 3 | color ungroupborder yellow |
| 4 | sticky yes | 4 | sticky yes |
| 5 | moveamount 100 | ||
| 5 | unbind-key all | 6 | unbind-key all |
| 6 | unbind-mouse all | 7 | unbind-mouse all |
| 7 | 8 | ||
| @@ -37,7 +38,17 @@ bind-key 4S-4 window-movetogroup-4 | |||
| 37 | bind-key 4S-5 window-movetogroup-5 | 38 | bind-key 4S-5 window-movetogroup-5 |
| 38 | bind-key 4S-6 window-movetogroup-6 | 39 | bind-key 4S-6 window-movetogroup-6 |
| 39 | 40 | ||
| 41 | bind-key 4-Up window-move-up | ||
| 42 | bind-key 4-Down window-move-down | ||
| 43 | bind-key 4-Left window-move-left | ||
| 44 | bind-key 4-Right window-move-right | ||
| 45 | bind-key MC-Up window-resize-up-big | ||
| 46 | bind-key MC-Down window-resize-down-big | ||
| 47 | bind-key MC-Left window-resize-left-big | ||
| 48 | bind-key MC-Right window-resize-right-big | ||
| 49 | |||
| 40 | bind-mouse 4-1 window-move | 50 | bind-mouse 4-1 window-move |
| 41 | bind-mouse 4-3 window-resize | 51 | bind-mouse 4-3 window-resize |
| 42 | bind-mouse 2 menu-group | 52 | bind-mouse 1 menu-window |
| 43 | bind-mouse 3 menu-window | 53 | bind-mouse 2 menu-ssh |
| 54 | bind-mouse 3 menu-group | ||
