[river] Add screenshot keybind
This commit is contained in:
parent
6f3ef436be
commit
cf073c7e92
1 changed files with 5 additions and 0 deletions
|
@ -47,6 +47,11 @@ riverctl map normal $mod O spawn "swaylock -c 000000 -l -f -i ~/img/bg/amy_sunfl
|
|||
|
||||
riverctl map normal $mod D spawn "killall rofi || rofi -show combi"
|
||||
|
||||
riverctl map normal None Print spawn 'grim -g "$(slurp)" "/tmp/screenshot-$(date +%Y-%m-%d_%H-%M-%S).png"'
|
||||
riverctl map normal None XF86Eject spawn 'grim -g "$(slurp)" "/tmp/screenshot-$(date +%Y-%m-%d_%H-%M-%S).png"'
|
||||
riverctl map normal Shift Print spawn "$HOME/.local/bin/screenshot-and-files"
|
||||
riverctl map normal Shift XF86Eject spawn "$HOME/.local/bin/screenshot-and-files"
|
||||
|
||||
|
||||
riverctl map normal $mod K focus-view up
|
||||
riverctl map normal $mod J focus-view down
|
||||
|
|
Loading…
Reference in a new issue