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