From 91d5509acf56b3675de2297256e2b6ea884cf4bf Mon Sep 17 00:00:00 2001 From: Justine Smithies Date: Sat, 28 Oct 2023 17:19:38 +0100 Subject: Moved screenshot.sh into a scripts folder under River --- .config/river/init | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.config/river/init') diff --git a/.config/river/init b/.config/river/init index 98b9a38..0d46991 100755 --- a/.config/river/init +++ b/.config/river/init @@ -140,13 +140,13 @@ riverctl map normal Super F11 enter-mode passthrough riverctl map passthrough Super F11 enter-mode normal # Take a screenshot of the active output -riverctl map normal None Print spawn '~/.local/bin/screenshot.sh' +riverctl map normal None Print spawn '~/.config/river/scripts/screenshot.sh' # Take a screenshot of the selected region -riverctl map normal Super Print spawn '~/.local/bin/screenshot.sh selected-region' +riverctl map normal Super Print spawn '~/.config/river/scripts/screenshot.sh selected-region' # Take a screenshot and save it to the clipboard -riverctl map normal Super+Shift Print spawn '~/.local/bin/screenshot.sh save-to-clipboard' +riverctl map normal Super+Shift Print spawn '~/.config/river/scripts/screenshot.sh save-to-clipboard' # The scratchpad will live on an unused tag. Which tags are used depends on your # config, but rivers default uses the first 9 tags. -- cgit v1.2.3