nix/home/file/sway/module/Notification.nix

10 lines
194 B
Nix
Raw Normal View History

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