Compare commits
3 commits
537b6c9b83
...
7a4f2fc62b
Author | SHA1 | Date | |
---|---|---|---|
7a4f2fc62b | |||
fad7793984 | |||
a051dbd12e |
2 changed files with 18 additions and 2 deletions
|
@ -119,8 +119,8 @@ do
|
|||
riverctl map $mode None XF86MonBrightnessDown spawn 'brillo -U 5; brillo -O'
|
||||
done
|
||||
|
||||
riverctl map normal $mod+Shift N spawn lock
|
||||
riverctl map normal $mod+Shift M spawn 'lock && doas pm-suspend'
|
||||
riverctl map normal $mod M spawn waylock
|
||||
riverctl map normal $mod+Shift M spawn 'waylock && doas su -c "echo mem > /sys/power/state"'
|
||||
riverctl map normal $mod Return spawn footclient
|
||||
riverctl map normal $mod D spawn fuzzel-run
|
||||
riverctl map normal $mod backslash spawn buscar-archivos
|
||||
|
|
|
@ -8,6 +8,22 @@ riverctl border-width 5
|
|||
riverctl spawn 'killall yambar ; yambar'
|
||||
|
||||
riverctl spawn "killall fnott >/dev/null ; fnott"
|
||||
riverctl spawn "killall river-tag-overlay >/dev/null ; river-tag-overlay \
|
||||
--border-width=5 \
|
||||
--anchors=0:0:1:0 \
|
||||
--timeout=2000 \
|
||||
--square-padding=10 \
|
||||
--square-inner-padding=5 \
|
||||
--square-size=30 \
|
||||
--background-colour=0x$background \
|
||||
--border-colour=0x$border_focused \
|
||||
--square-active-background-colour=0x$border_focused \
|
||||
--square-active-border-colour=0x$border_focused \
|
||||
--square-active-occupied-colour=0x$border_focused \
|
||||
--square-inactive-background-colour=0x$background \
|
||||
--square-inactive-border-colour=0x$border_focused \
|
||||
--square-inactive-occupied-colour=0x$border_focused \
|
||||
"
|
||||
|
||||
if test -n "$bg"; then
|
||||
riverctl spawn "killall swaybg ; swaybg --image '$bg'"
|
||||
|
|
Loading…
Reference in a new issue