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

10 lines
174 B
Nix
Raw Normal View History

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