Compare commits

...

2 Commits

Author SHA1 Message Date
desolate 7ee4f8d491 add screenshoting key maps 2026-05-15 02:13:34 +03:00
desolate c9e2697634 fix missing slurp installation 2026-05-15 02:06:56 +03:00
2 changed files with 7 additions and 0 deletions
@@ -21,6 +21,10 @@ riverctl map normal $mod q close
riverctl map normal $mod m spawn 'riverctl exit' riverctl map normal $mod m spawn 'riverctl exit'
riverctl map normal $mod+Shift l spawn 'waylock -init-color 0x000000 -input-color 0x111111 -fail-color 0x220000' riverctl map normal $mod+Shift l spawn 'waylock -init-color 0x000000 -input-color 0x111111 -fail-color 0x220000'
# Screenshots
riverctl map normal None Print spawn 'grim - | wl-copy --type image/png'
riverctl map normal None XF86SelectiveScreenshot spawn 'grim -g "$(slurp)" - | wl-copy --type image/png'
# Volume # Volume
riverctl map normal None XF86AudioRaiseVolume spawn 'wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+' riverctl map normal None XF86AudioRaiseVolume spawn 'wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+'
riverctl map normal None XF86AudioLowerVolume spawn 'wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-' riverctl map normal None XF86AudioLowerVolume spawn 'wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-'
+3
View File
@@ -0,0 +1,3 @@
#!/bin/sh
install_package "slurp"