Overwrite default launcher shortcut

I want to use a different launcher, but use the same shortcut (mod+d) as the default one, so I added to ~/.config/sway/config:
bindsym $mod+d exec albert show
However, it still launches the default launcher.

I found the answer in https://github.com/manjaro-sway/manjaro-sway/blob/main/SUPPORT.md:
Remove the existing shortcut with $unbindsym $mod+d

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.