From 6fa82f82a9585c98c3e25d0f7af6595597ebde65 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 23 Dec 2021 21:52:49 -0500 Subject: more cwm bindings --- dot_cwmrc.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3