diff --git a/.config/river/keys b/.config/river/keys index 6cee60b..d2952a7 100755 --- a/.config/river/keys +++ b/.config/river/keys @@ -2,6 +2,9 @@ mod="Mod4" +riverctl map normal $mod Z spawn yambar-run +riverctl map -release normal $mod Z spawn 'killall yambar' + riverctl map normal $mod Q close riverctl map normal $mod+Shift E exit @@ -109,4 +112,3 @@ riverctl map normal $mod+Shift M spawn 'lock && doas pm-suspend' riverctl map normal $mod+Shift T spawn footclient riverctl map normal $mod+Shift Return spawn fuzzel-run riverctl map normal None Print spawn 'grimshot copy area' - diff --git a/.config/river/load-colors b/.config/river/load-colors index 30407d6..712a3a4 100755 --- a/.config/river/load-colors +++ b/.config/river/load-colors @@ -4,5 +4,3 @@ riverctl background-color 0x$bg riverctl border-color-focused 0x$hl riverctl border-color-unfocused 0x$bg2 - -riverctl spawn yambar-run