diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-23 21:52:49 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-23 21:52:49 -0500 |
commit | 6fa82f82a9585c98c3e25d0f7af6595597ebde65 (patch) | |
tree | 265640e55a25d6a74f19b0a1734b82dab737c508 | |
parent | fix bug in cwmrc (diff) |
more cwm bindings
-rw-r--r-- | dot_cwmrc.tmpl | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dot_cwmrc.tmpl b/dot_cwmrc.tmpl index 2deac41..1efb864 100644 --- a/dot_cwmrc.tmpl +++ b/dot_cwmrc.tmpl @@ -158,17 +158,19 @@ bind-key 4-s window-fullscreen # F: window-vmaximize Vertically maximize current window (gap + border # F: honored). # D: CM-equal Toggle vertical maximization of current window. +bind-key C4-s window-vmaximize # F: window-hmaximize Horizontally maximize current window (gap + # F: border honored). # D: CMS-equal Toggle horizontal maximization of current window. +bind-key M4-s window-hmaximize # F: window-htile Current window is placed at the top of the # F: screen, maximized horizontally and resized to # F: htile (default half) of the vertical screen # F: space. Other windows in its group share # F: remaining screen space. -bind-key 4S-space window-htile +bind-key 4M-space window-htile # F: window-vtile Current window is placed on the left of the # F: screen, maximized vertically and resized to |