diff options
Diffstat (limited to 'home/modules/i3.nix')
-rw-r--r-- | home/modules/i3.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/home/modules/i3.nix b/home/modules/i3.nix index eaba0086e401..2176d72811fe 100644 --- a/home/modules/i3.nix +++ b/home/modules/i3.nix @@ -124,6 +124,10 @@ in { "${mod}+Ctrl+t" = "exec ${pkgs.writeShellScript "fix_term.sh" '' xrandr --output eDP-1 --off && ${screenlayout.home} ''}"; + + # Notifications + "${mod}+Shift+n" = "exec killall -SIGUSR1 .dunst-wrapped"; + "${mod}+n" = "exec killall -SIGUSR2 .dunst-wrapped"; }; fonts = [ decorationFont ]; |