From 8b5fbb215af488974c49d1abe3fbda892c70dfab Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 7 Feb 2021 22:23:55 -0500 Subject: Fix cwm window cycling, move big by default --- home/.config/cwm/cwmrc | 21 ++++++++++----------- 1 file 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 -- cgit 1.4.1 howmsg' value='1'/>
path: root/port/wcwidth/wcswidth.c (unfollow)
Commit message (Collapse)Author
2021-02-07Set colours for Xt and cwmJune McEnroe
And increase XTerm internalBorder.
2021-02-07Set urgency on bell in xtermJune McEnroe
2021-02-07Add bindings for brightness controlJune McEnroe
Weirdly the Fn key doesn't change how the F row registers... I wonder if I can do something about that.
2021-02-07Set X key repeat rateJune McEnroe
2021-02-07Bump font size to 12June McEnroe
11 is what I use on macOS, but I feel like my eyes are working harder here.
2021-02-07Fully configure and rebind cwmJune McEnroe
This is sort of a mix of trying to emulate macOS somewhat for my muscle memory and just rebinding some of the cwm defaults to use 4- rather than M-.
2021-02-07Add BintiJune McEnroe
2021-02-07Finish configuring xtermJune McEnroe
2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe
2021-02-06Set root window to black on purple snowJune McEnroe
2021-02-06Add xmodmap configurationJune McEnroe
2021-02-06Add initial OpenBSD X configurationJune McEnroe
cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such.
2021-02-06Add xterm output to schemeJune McEnroe