diff options
Diffstat (limited to '.config/river/init')
-rwxr-xr-x | .config/river/init | 6 |
1 files changed, 3 insertions, 3 deletions
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. |