From 8e71af0192b8caddfa23b37bf4c2013e283abdc4 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 1 Mar 2021 19:48:33 -0500 Subject: Add cwm bindings for tiling --- home/.config/cwm/cwmrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'home') diff --git a/home/.config/cwm/cwmrc b/home/.config/cwm/cwmrc index 8a0787f9..0f372e22 100644 --- a/home/.config/cwm/cwmrc +++ b/home/.config/cwm/cwmrc @@ -38,7 +38,8 @@ bind-key 4-f window-fullscreen bind-key 4-m window-maximize bind-key 4-equal window-vmaximize bind-key 4S-equal window-hmaximize -bind-key 4S-l window-move-right +bind-key 4-underscore window-vtile +bind-key 4S-underscore window-htile bind-key 4-h window-move-left-big bind-key 4-j window-move-down-big bind-key 4-k window-move-up-big @@ -46,6 +47,7 @@ bind-key 4-l window-move-right-big bind-key 4S-h window-move-left bind-key 4S-j window-move-down bind-key 4S-k window-move-up +bind-key 4S-l window-move-right bind-key 4M-h window-resize-left bind-key 4M-j window-resize-down bind-key 4M-k window-resize-up -- cgit 1.4.1 ary refs log tree commit diff
path: root/bounce.h (unfollow)
Commit message (Collapse)Author
2020-08-24Use configPath to load client cert/privJune McEnroe
2020-08-24Use configOpen in getopt_configJune McEnroe
2020-08-24Import xdg.c from catgirlJune McEnroe
2020-08-23Replace “RAND_bytes” by “getentropy”Issam E. Maghni
This removes the dependency on libcrypto. Signed-off-by: Issam E. Maghni <issam.e.maghni@mailbox.org>
2020-08-16contrib/palaver: Add no message preview flagsJune McEnroe
2020-08-13contrib/palaver: Don't set channel for PMsJune McEnroe
2020-08-13Fix unintended interception of NICK after registrationJune McEnroe
Another bug caused by trying to support broken clients. I'm annoyed.
2020-08-12Add Additional Components section to READMEJune McEnroe
2020-08-12Document -L / palaver optionJune McEnroe
2020-08-11contrib/palaver: Document service configurationJune McEnroe
2020-08-11contrib/palaver: Add install target and rc scriptJune McEnroe
2020-08-11contrib/palaver: Implement command and notificationsJune McEnroe