From 999d31448b19e3e6533c59773f302c78bc75577e Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 8 Feb 2021 17:24:14 -0500 Subject: Use 4M- for window resizing in cwm --- home/.config/cwm/cwmrc | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/home/.config/cwm/cwmrc b/home/.config/cwm/cwmrc index a3aeb483..4dbee57e 100644 --- a/home/.config/cwm/cwmrc +++ b/home/.config/cwm/cwmrc @@ -46,14 +46,14 @@ 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 C4-h window-resize-left -bind-key C4-j window-resize-down -bind-key C4-k window-resize-up -bind-key C4-l window-resize-right -bind-key C4S-h window-resize-left-big -bind-key C4S-j window-resize-down-big -bind-key C4S-k window-resize-up-big -bind-key C4S-l window-resize-right-big +bind-key 4M-h window-resize-left +bind-key 4M-j window-resize-down +bind-key 4M-k window-resize-up +bind-key 4M-l window-resize-right +bind-key 4MS-h window-resize-left-big +bind-key 4MS-j window-resize-down-big +bind-key 4MS-k window-resize-up-big +bind-key 4MS-l window-resize-right-big bind-key 4-space menu-exec bind-key 4S-r restart bind-key 4S-q quit -- cgit 1.4.1 bin/man1/hilex.1?id=55dfaa3c16c9bfda165d823d74034fda0dc6b4f6&follow=1'>commit diff
path: root/bin/man1/hilex.1 (unfollow)
Commit message (Expand)Author
2021-09-14Sort by title if authors matchJune McEnroe
2021-09-13Swap-remove tags as they're foundJune McEnroe
2021-09-12Replace htagml regex with strncmpJune McEnroe
2021-09-11Also defer printing comment for lone close-parensJune McEnroe
2021-09-10Publish "git-comment"June McEnroe
2021-09-10Add git comment --pretty optionJune McEnroe
2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe
2021-09-08Up default min-repeat to 30 linesJune McEnroe
2021-09-08Handle dirty lines in git-commentJune McEnroe
2021-09-08Document and install git-commentJune McEnroe
2021-09-08Add repeat and all options to git-commentJune McEnroe
2021-09-08Add group threshold to git-commentJune McEnroe