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