From 39ac3ca6c4b830d5fd8535cca93bd2a667b13b67 Mon Sep 17 00:00:00 2001 From: Luc Bijl Date: Sun, 17 Aug 2025 19:43:47 +0200 Subject: [PATCH] dotconfig/river/binds: update Added screenshot bin capability. --- dotconfig/river/binds | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotconfig/river/binds b/dotconfig/river/binds index 0346b55..05c5b48 100755 --- a/dotconfig/river/binds +++ b/dotconfig/river/binds @@ -31,10 +31,10 @@ riverctl map normal None XF86_MonBrightnessUp spawn "$HOME/.local/bin/brightness riverctl map normal None XF86_MonBrightnessDown spawn "$HOME/.local/bin/brightness" # Print to spawn interactive screenshot -#riverctl map normal None Print spawn "grim -g "$(slurp -d)" - | wl-copy -t image/jpeg" +riverctl map normal None Print spawn "$HOME/.local/bin/screenshot interactive" # Shift+Print to spawn screenshot -#riverctl map normal Shift Print spawn "grim - | wl-copy -t image/jpeg" +riverctl map normal Shift Print spawn "$HOME/.local/bin/screenshot plain" ## Focused view mapping ##