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(-) (limited to 'home/.config/cwm') 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 t/bin/LICENSE?id=9eff0ad61ee57045f4f569fecaf4b7e2d382f5e6&follow=1'>commit diff
path: root/bin/LICENSE (unfollow)
Commit message (Collapse)Author
2019-09-12Consume entire bodyJune McEnroe
Aborting the request and leaving data around may be causing intermittent errors. Just discard the rest of the data.
2019-09-10Add title -v flagJune McEnroe
2019-09-10Use curl error bufferJune McEnroe
2019-09-10Set Accept-Encoding in titleJune McEnroe
Because apparently it's fine for servers to respond with Content-Encoding you didn't ask for, and curl won't decode it if you didn't ask for it.
2019-09-08Set title User-AgentJune McEnroe
Some things don't like you if you don't send one.
2019-09-07Add -x flag to titleJune McEnroe
2019-09-07Ignore SIGPIPE in relayJune McEnroe
Allows restarting consumers safely.
2019-09-07Add A Memory Called EmpireJune McEnroe
2019-09-05Handle lack of Content-TypeJune McEnroe
2019-09-05Use CURLINFO_CONTENT_TYPEJune McEnroe
Oops, didn't see this.
2019-09-05Decode entities in titlesJune McEnroe
2019-09-05Print title as soon as it's availableJune McEnroe
2019-09-05Use CURL_PREFIX to set flagsJune McEnroe
2019-09-05Add titleJune McEnroe
2019-09-04Add Avorter n'est pas tuerJune McEnroe
2019-08-29Unset executable on shell scriptsJune McEnroe
2019-08-29Add long-missing setopt to bin.7June McEnroe
2019-08-29Add editJune McEnroe