nix/home/config/sway/module/Notification.nix

11 lines
204 B
Nix
Raw Normal View History

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