diff options
| author | 2026-05-13 13:43:20 +0100 | |
|---|---|---|
| committer | 2026-05-13 13:43:20 +0100 | |
| commit | a0d3c865628ac6bcaeba43261fb874e5b07fd424 (patch) | |
| tree | 56e7a938cd68bc139392285d734ca7c658d36284 /dot_config/sway | |
| parent | 80bef028c9f0dc9d4e0e9008fed6ce9299ea2a47 (diff) | |
| download | dotfiles-a0d3c865628ac6bcaeba43261fb874e5b07fd424.tar.gz dotfiles-a0d3c865628ac6bcaeba43261fb874e5b07fd424.tar.bz2 dotfiles-a0d3c865628ac6bcaeba43261fb874e5b07fd424.zip | |
fix(sway): use -- separator so makoctl menu stops parsing sh flags
Diffstat (limited to 'dot_config/sway')
| -rw-r--r-- | dot_config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/sway/config b/dot_config/sway/config index 7f6c5f7..f2c3336 100644 --- a/dot_config/sway/config +++ b/dot_config/sway/config @@ -158,7 +158,7 @@ bindsym $mod+Shift+s exec "playerctl -a pause; swaylock -f -e -c 282828" 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 sh -c 'fuzzel --dmenu --prompt "Notifications: " | cut -d" " -f1' +bindsym $mod+Mod1+n exec makoctl menu -- sh -c 'fuzzel --dmenu --prompt "Notifications: " | cut -d" " -f1' # Clipboard history bindsym $mod+p exec sh -c 'cliphist list | fuzzel --dmenu | cliphist decode | wl-copy' |
