From b39ab134e77ffd434f0494874c440b91b3ee361f Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 14 Dec 2024 00:32:55 +0300 Subject: [PATCH] Sway: Toggle dnd on d key. --- home/file/sway/module/System.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/file/sway/module/System.nix b/home/file/sway/module/System.nix index af2ca1c1..e2952c89 100644 --- a/home/file/sway/module/System.nix +++ b/home/file/sway/module/System.nix @@ -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'