Compare commits

..

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

4 changed files with 5 additions and 9 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 lock riverctl map normal $mod M spawn waylock
riverctl map normal $mod+Shift M spawn 'lock && doas su -c "echo mem > /sys/power/state"' 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 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

Binary file not shown.

1
.gitattributes vendored
View file

@ -1 +0,0 @@
*.png filter=lfs diff=lfs merge=lfs -text

View file

@ -5,9 +5,9 @@
tracking="$(zeit tracking --no-colors)" tracking="$(zeit tracking --no-colors)"
if echo "$tracking" | grep -q '^ ▶ tracking'; then if echo "$tracking" | grep -q '^ ▶ tracking'; then
riverctl spawn "wbg ~/.config/wallpapers/rose_pine_contourline.png" color="$backgroundish"
else else
killall wbg color="$background"
riverctl background-color "0x$background"
fi fi
riverctl background-color "0x$color"