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