feat: add keybindings to turn display on and off
This commit is contained in:
parent
8761483509
commit
e6922c695b
1 changed files with 3 additions and 0 deletions
|
@ -128,3 +128,6 @@ bindsym Print exec grim - | wl-copy
|
|||
bindsym Shift+Print exec grim -g "$(slurp)" - | wl-copy
|
||||
bindsym $mod+Print exec grim ~/Pictures/screenshots/$(date +%FT%T).png
|
||||
bindsym $mod+Shift+Print exec grim -g "$(slurp)" ~/Pictures/screenshots/$(date +%FT%T).png
|
||||
|
||||
bindsym $mod+o output * dpms off
|
||||
bindsym $mod+Shift+o output * dpms on
|
||||
|
|
Loading…
Reference in a new issue