nix/home/file/sway/module/Notification.conf
2024-12-18 12:08:17 +03:00

11 lines
204 B
Plaintext

{ ... }:
{
text = ''
# Show last notification.
bindsym --to-code $mod+shift+n exec makoctl restore
# Hide all notifications.
bindsym --to-code $mod+n exec makoctl dismiss --all
'';
}