Codebase list i3-gaps / 38f5c50
Merge remote-tracking branch 'vanilla/next' into gaps-next Ingo Bürk 3 years ago
2 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
5151 bindsym Mod1+Shift+q kill
5252
5353 # start dmenu (a program launcher)
54 bindsym Mod1+d exec dmenu_run
54 bindsym Mod1+d exec --no-startup-id dmenu_run
5555 # A more modern dmenu replacement is rofi:
5656 # bindsym Mod1+d exec rofi -modi drun,run -show drun
5757 # There also is i3-dmenu-desktop which only displays applications shipping a
4545 bindcode $mod+Shift+24 kill
4646
4747 # start dmenu (a program launcher)
48 bindcode $mod+40 exec dmenu_run
48 bindcode $mod+40 exec --no-startup-id dmenu_run
4949 # A more modern dmenu replacement is rofi:
5050 # bindcode $mod+40 exec rofi -modi drun,run -show drun
5151 # There also is i3-dmenu-desktop which only displays applications shipping a