mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2024-12-13 11:32:58 +01:00
add screenshot keybind to river config
This commit is contained in:
parent
db9c7ad514
commit
11f365917a
1 changed files with 3 additions and 0 deletions
|
@ -137,6 +137,9 @@ do
|
|||
# Control screen backlight brighness with light (https://github.com/haikarainen/light)
|
||||
riverctl map $mode None XF86MonBrightnessUp spawn 'light -A 5'
|
||||
riverctl map $mode None XF86MonBrightnessDown spawn 'light -U 5'
|
||||
|
||||
# screenshot
|
||||
riverctl map $mode None Print spawn 'grim -g "$(slurp -o)" - | wl-copy'
|
||||
done
|
||||
|
||||
# Set background and border color
|
||||
|
|
Loading…
Reference in a new issue