Add shortcuts to blank/unblank displays
This commit is contained in:
parent
67a91b695b
commit
10196c18a3
1 changed files with 6 additions and 1 deletions
|
@ -53,7 +53,7 @@ for_window [title="TrackMania"] inhibit_idle focus
|
|||
|
||||
exec pipewire
|
||||
exec pipewire-pulse
|
||||
exec swayidle
|
||||
#exec swayidle
|
||||
exec dunst
|
||||
|
||||
font pango:DejaVu Sans Mono 8
|
||||
|
@ -67,6 +67,11 @@ bindsym $mod+Shift+e exec swaynag -t warning -m 'You pressed the exit shortcut.
|
|||
bindsym $mod+Shift+q kill
|
||||
bindsym $mod+Shift+p exec swaylock -c 000000
|
||||
|
||||
# Blank individual displays
|
||||
bindsym $mod+o output - dpms off
|
||||
# Unblank all displays
|
||||
bindsym $mod+Shift+o output * dpms on
|
||||
|
||||
bindsym $mod+Return exec ${host.get('terminal', 'alacritty')}
|
||||
bindsym $mod+d exec wofi --show drun
|
||||
bindsym $mod+Shift+d exec wofi --show run
|
||||
|
|
Loading…
Add table
Reference in a new issue