From 9f9109f521200e7a431963c002d280e41ff01965 Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Sun, 4 Jul 2021 20:33:05 -0400 Subject: [PATCH] cwm: Change Super+Shift+Enter to maximize Fullscreen removes the tabs on Firefox--not what I want! --- .cwmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cwmrc b/.cwmrc index a267cc5..49d939e 100644 --- a/.cwmrc +++ b/.cwmrc @@ -20,7 +20,7 @@ bind-key 4S-g menu-group bind-key 4-c lock # Window manipulation -bind-key 4S-Return window-fullscreen +bind-key 4S-Return window-maximize bind-key 4-j window-cycle bind-key 4-k window-rcycle bind-key 4S-j group-cycle -- libgit2 0.28.4