diff options
| author | 2026-05-13 13:43:20 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:20 +0100 | |
| commit | 7744194103144f1de3aaaf0d28dd4063722249c4 (patch) | |
| tree | 31e0d88d1d284ab7672248a7d589746a88d0b547 /dot_config/sway/config | |
| parent | fe5b9e4be4647b9c239cdabbc546b86c10acb1f2 (diff) | |
| download | dotfiles-7744194103144f1de3aaaf0d28dd4063722249c4.tar.gz dotfiles-7744194103144f1de3aaaf0d28dd4063722249c4.tar.bz2 dotfiles-7744194103144f1de3aaaf0d28dd4063722249c4.zip | |
feat(sway): keybinds to restore and browse mako notification history
- Super+Ctrl+n: makoctl restore (re-show the most recent dismissed)
- Super+Alt+n: makoctl menu fuzzel --dmenu (pick any from history)
Diffstat (limited to 'dot_config/sway/config')
| -rw-r--r-- | dot_config/sway/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config index 01583e1..c9aaf91 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -157,6 +157,8 @@ bindsym $mod+Shift+s exec "playerctl -a pause; swaylock -f -e -c 282828" # Notifications bindsym $mod+n exec makoctl dismiss bindsym $mod+Shift+n exec makoctl dismiss --all +bindsym $mod+Ctrl+n exec makoctl restore +bindsym $mod+Mod1+n exec makoctl menu fuzzel --dmenu --prompt 'Notifications: ' # Clipboard history bindsym $mod+p exec sh -c 'cliphist list | fuzzel --dmenu | cliphist decode | wl-copy' |
