summary refs log tree commit diff
path: root/home/.config/cwm/cwmrc
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-07 22:23:55 -0500
committerJune McEnroe <june@causal.agency>2021-02-07 22:23:55 -0500
commit8b5fbb215af488974c49d1abe3fbda892c70dfab (patch)
tree6774578fd6e6f2b2741747b76659662acc98c15a /home/.config/cwm/cwmrc
parentUse class names for Foreground, Background, BorderColor (diff)
downloadsrc-8b5fbb215af488974c49d1abe3fbda892c70dfab.tar.gz
src-8b5fbb215af488974c49d1abe3fbda892c70dfab.zip
Fix cwm window cycling, move big by default
Diffstat (limited to '')
-rw-r--r--home/.config/cwm/cwmrc21
1 files changed, 10 insertions, 11 deletions
diff --git a/home/.config/cwm/cwmrc b/home/.config/cwm/cwmrc
index a6a6b7f6..87824d5d 100644
--- a/home/.config/cwm/cwmrc
+++ b/home/.config/cwm/cwmrc
@@ -8,14 +8,13 @@ autogroup 0 clock,XTerm
 unbind-key all
 bind-key 4-n terminal
 bind-key 4-Delete lock
-bind-key 4-h window-hide
 bind-key 4-Down window-lower
 bind-key 4-Up window-raise
 bind-key 4-slash menu-window
 bind-key 4-Tab group-cycle
 bind-key 4S-Tab group-rcycle
-bind-key 4-grave window-cycle-ingroup
-bind-key 4S-grave window-rcycle-ingroup
+bind-key 4-grave window-cycle
+bind-key 4S-grave window-rcycle
 bind-key 4-w window-close
 bind-key 4-exclam group-only-1
 bind-key 4-at group-only-2
@@ -39,14 +38,14 @@ 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 4-h window-move-left
-bind-key 4-j window-move-down
-bind-key 4-k window-move-up
-bind-key 4-l window-move-right
-bind-key 4S-h window-move-left-big
-bind-key 4S-j window-move-down-big
-bind-key 4S-k window-move-up-big
-bind-key 4S-l window-move-right-big
+bind-key 4S-l window-move-right
+bind-key 4-h window-move-left-big
+bind-key 4-j window-move-down-big
+bind-key 4-k window-move-up-big
+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
021-09-13 09:14:02 -0400'>2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 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 This fixes badly indented comments. 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