From d6219cf865b70fa562e9e7b56fe449ef0f6170bd Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Mon, 31 Jan 2022 21:57:46 -0500 Subject: [PATCH] cwm: Add a couple missed keybindings The 4-q quit is really useful, and while looking it up, I discovered the vtile functionality, which is pretty cool :) --- .cwmrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cwmrc b/.cwmrc index 65c39da..187667e 100644 --- a/.cwmrc +++ b/.cwmrc @@ -18,6 +18,8 @@ bind-key 4S-p menu-exec bind-key 4-j window-cycle bind-key 4-k window-rcycle bind-key 4-c lock +bind-key 4-q window-close +bind-key 4S-j window-vtile bind-mouse 4-1 window-move bind-mouse 4-2 window-lower -- libgit2 1.1.1