diff options
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 |