diff options
author | ensa <psii@riseup.net> | 2020-05-30 02:01:43 -0700 |
---|---|---|
committer | ensa <psii@riseup.net> | 2020-05-30 02:27:02 -0700 |
commit | 310c76b161e680a698995d61b2a741a05b384fbe (patch) | |
tree | 39338035a918c2466d27f8041d3f6416830e84e1 /config/cwmrc | |
parent | 7c28231047f1b9c07ce6b85366afe1dce821cc7a (diff) | |
download | cfg-310c76b161e680a698995d61b2a741a05b384fbe.tar.gz |
new functionality, themes, man page
bin/ bar.sh: pipes spoon into dzen2 lh: added gemini/gopher handling with bombadillo shortened (no loss of functionality) opener: shortened (no loss of functionality) config/ X11/xprofile: added bar.sh aliasrc: just read it color/colors.sh: color environment variables, like wal's cwmrc: font specified as otb swapped oxbar with bar.sh ksh/ completions.ksh: added completions for shortcut functions diraliases: redone with self-references, more complete functions/ pcl: copies password for $1 to selection uses clip if two arguments pct: copies totp for $1 to selection uses clip if two arguments pkg_complete: uses cache diralias kshrc: added functions command fixed ensuring existence of HISTFILE's dir nvim/init.vim: deleted, no longer used vis/ themes/causalagency.lua: good colorscheme for vis themes/fake256.lua: scrapped visrc.lua: removed change-256color disable added cul nu ai youtube-dl/ config, config-music: fixed output dir zathura/zathurarc: specified cozette otb data/ applications/text.desktop now uses xterm and vis man/man7/user-hier.7 based off hier(7), describes structure of .. home directory
Diffstat (limited to 'config/cwmrc')
-rw-r--r-- | config/cwmrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config/cwmrc b/config/cwmrc index 0ad3a5a..8539b13 100644 --- a/config/cwmrc +++ b/config/cwmrc @@ -12,7 +12,7 @@ autogroup 5 mpv autogroup 8 tabbed autogroup 9 pass #aesthetics -fontname "Cozette:pixelsize=11" +fontname "Cozette:style=Medium:pixelsize=11" borderwidth 1 color activeborder "#6b996b" color inactiveborder "#4c4635" @@ -37,7 +37,7 @@ bind-key 4C-d menu-window-hidden bind-key 4-Return terminal #bind-key 4S-Return "sh -c \"$TERMINAL -c popup" bind-key 4-e "sh -c \"$TERMINAL -e $EDITOR\"" -#bind-key 4S-e "sh -c \"$TERMINAL -t nvim -c popup -e env TERM=stterm-16color $EDITOR" +#bind-key 4S-e "sh -c \"$TERMINAL -c popup -e $EDITOR\"" bind-key 4-w "sh -c \"$BROWSER $HOMEPAGE\"" bind-key 4S-c "sh -c \"$COMM\"" bind-key 4-a "sh -c \"$TERMINAL -c pass -e kpcli --kdb=$XDG_DATA_HOME/KeePass/database.kdbx\"" @@ -71,7 +71,7 @@ bind-key 4CS-minus "xbacklight -dec 15" bind-key 4-x lock bind-key 4S-x "sh -c \"prompt 'shutdown computer?' 'doas shutdown -p now'\"" bind-key 4S-BackSpace "sh -c \"prompt 'reboot computer?' 'doas shutdown -r now'\"" -bind-key 4-b "sh -c \"pkill oxbar||oxbar -F $XDG_CONFIG_HOME/oxbar.conf\"" +bind-key 4-b "sh -c \"pkill dzen2||bar.sh\"" #window nav bind-key 4-j window-cycle bind-key 4-k window-rcycle |