Sway: Toggle dnd on d key.
This commit is contained in:
parent
c1aa3e3a0a
commit
b39ab134e7
|
@ -6,10 +6,10 @@ in {
|
|||
bindsym ${mod} input * xkb_switch_layout 0
|
||||
bindsym --to-code ${mod}+a exec 'swayscript network'
|
||||
bindsym --to-code ${mod}+c exec 'systemctl reboot -i'
|
||||
bindsym --to-code ${mod}+d exec 'swayscript dnd'
|
||||
bindsym --to-code ${mod}+g exec 'swayscript gaming'
|
||||
bindsym --to-code ${mod}+l exec 'powerlimit toggle'
|
||||
bindsym --to-code ${mod}+m exec 'swayscript monitor'
|
||||
bindsym --to-code ${mod}+n exec 'swayscript dnd'
|
||||
bindsym --to-code ${mod}+p exec 'powersave toggle'
|
||||
bindsym --to-code ${mod}+r exec 'swayscript reload'
|
||||
bindsym --to-code ${mod}+v exec 'swayscript vpn'
|
||||
|
|
Loading…
Reference in a new issue