Compare commits

..

No commits in common. "7a4f2fc62be39fab48d2e5e3becdcff6dba7bfe0" and "537b6c9b83f88b8fa6becd52e481f81fc9aea8b8" have entirely different histories.

2 changed files with 2 additions and 18 deletions

View file

@ -119,8 +119,8 @@ do
riverctl map $mode None XF86MonBrightnessDown spawn 'brillo -U 5; brillo -O' riverctl map $mode None XF86MonBrightnessDown spawn 'brillo -U 5; brillo -O'
done done
riverctl map normal $mod M spawn waylock riverctl map normal $mod+Shift N spawn lock
riverctl map normal $mod+Shift M spawn 'waylock && doas su -c "echo mem > /sys/power/state"' riverctl map normal $mod+Shift M spawn 'lock && doas pm-suspend'
riverctl map normal $mod Return spawn footclient riverctl map normal $mod Return spawn footclient
riverctl map normal $mod D spawn fuzzel-run riverctl map normal $mod D spawn fuzzel-run
riverctl map normal $mod backslash spawn buscar-archivos riverctl map normal $mod backslash spawn buscar-archivos

View file

@ -8,22 +8,6 @@ riverctl border-width 5
riverctl spawn 'killall yambar ; yambar' riverctl spawn 'killall yambar ; yambar'
riverctl spawn "killall fnott >/dev/null ; fnott" 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 if test -n "$bg"; then
riverctl spawn "killall swaybg ; swaybg --image '$bg'" riverctl spawn "killall swaybg ; swaybg --image '$bg'"