diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2021-09-26 22:31:31 +0200 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2021-09-26 22:31:31 +0200 |
| commit | cb43d9c1354052f031272fdd885ece99c2b34d0e (patch) | |
| tree | 5f207e8b723fc386cc26b78253f5c65f38eab634 | |
| parent | 2554c3ce158b8eb876fd1ca669a146d892324301 (diff) | |
| download | dotfiles-cb43d9c1354052f031272fdd885ece99c2b34d0e.tar.gz dotfiles-cb43d9c1354052f031272fdd885ece99c2b34d0e.tar.bz2 | |
i3: Add i3-dmenu-desktop binding.
| -rw-r--r-- | niflheim/config/i3/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/niflheim/config/i3/config b/niflheim/config/i3/config index e9552a6..f745f8a 100644 --- a/niflheim/config/i3/config +++ b/niflheim/config/i3/config @@ -41,6 +41,8 @@ bindsym $mod+Shift+q kill # start dmenu (a program launcher) bindsym $mod+d exec --no-startup-id dmenu_run +bindsym $mod+Shift+d exec --no-startup-id i3-dmenu-desktop + # 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 |
