Skip to content
This repository has been archived by the owner on Apr 18, 2023. It is now read-only.

Commit

Permalink
Comment-out duplicate i3-dmenu-desktop bindcode
Browse files Browse the repository at this point in the history
Fixes #4304
  • Loading branch information
orestisfl authored and stapelberg committed Feb 1, 2021
1 parent 0c09bc2 commit b35be84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/config.keycodes
Expand Up @@ -51,7 +51,7 @@ bindcode $mod+40 exec --no-startup-id dmenu_run
# bindcode $mod+40 exec rofi -modi drun,run -show drun
# There also is i3-dmenu-desktop which only displays applications shipping a
# .desktop file. It is a wrapper around dmenu, so you need that installed.
bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop
# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop

# change focus
bindcode $mod+44 focus left
Expand Down

0 comments on commit b35be84

Please sign in to comment.