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

Commit

Permalink
Merge remote-tracking branch 'vanilla/next' into gaps-next
Browse files Browse the repository at this point in the history
  • Loading branch information
Airblader committed Nov 3, 2020
2 parents 88a6f26 + 829b4d2 commit 38f5c50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/config
Expand Up @@ -52,7 +52,7 @@ bindsym Mod1+Return exec i3-sensible-terminal
bindsym Mod1+Shift+q kill

# start dmenu (a program launcher)
bindsym Mod1+d exec dmenu_run
bindsym Mod1+d exec --no-startup-id dmenu_run
# A more modern dmenu replacement is rofi:
# bindsym Mod1+d exec rofi -modi drun,run -show drun
# There also is i3-dmenu-desktop which only displays applications shipping a
Expand Down
2 changes: 1 addition & 1 deletion etc/config.keycodes
Expand Up @@ -46,7 +46,7 @@ bindcode $mod+36 exec i3-sensible-terminal
bindcode $mod+Shift+24 kill

# start dmenu (a program launcher)
bindcode $mod+40 exec dmenu_run
bindcode $mod+40 exec --no-startup-id dmenu_run
# A more modern dmenu replacement is rofi:
# bindcode $mod+40 exec rofi -modi drun,run -show drun
# There also is i3-dmenu-desktop which only displays applications shipping a
Expand Down

0 comments on commit 38f5c50

Please sign in to comment.