river: hacer que la barra sea toggleable
This commit is contained in:
parent
164381d901
commit
8972b0f8db
2 changed files with 3 additions and 3 deletions
|
@ -2,6 +2,9 @@
|
||||||
|
|
||||||
mod="Mod4"
|
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 Q close
|
||||||
|
|
||||||
riverctl map normal $mod+Shift E exit
|
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 T spawn footclient
|
||||||
riverctl map normal $mod+Shift Return spawn fuzzel-run
|
riverctl map normal $mod+Shift Return spawn fuzzel-run
|
||||||
riverctl map normal None Print spawn 'grimshot copy area'
|
riverctl map normal None Print spawn 'grimshot copy area'
|
||||||
|
|
||||||
|
|
|
@ -4,5 +4,3 @@
|
||||||
riverctl background-color 0x$bg
|
riverctl background-color 0x$bg
|
||||||
riverctl border-color-focused 0x$hl
|
riverctl border-color-focused 0x$hl
|
||||||
riverctl border-color-unfocused 0x$bg2
|
riverctl border-color-unfocused 0x$bg2
|
||||||
|
|
||||||
riverctl spawn yambar-run
|
|
||||||
|
|
Loading…
Reference in a new issue