Add shortcut for i3-input

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2019-10-04 21:27:16 +02:00
parent 6d639ab2c3
commit 7a9228cc58
Signed by: luzifer
GPG Key ID: DC2729FDD34BE99E

View File

@ -38,6 +38,7 @@ bindsym $mod+Shift+q kill
# start dmenu (a program launcher) # start dmenu (a program launcher)
bindsym $mod+d exec dmenu_run bindsym $mod+d exec dmenu_run
bindsym $mod+i exec i3-input -P 'i3 command: '
# There also is the (new) i3-dmenu-desktop which only displays applications # There also is the (new) i3-dmenu-desktop which only displays applications
# shipping a .desktop file. It is a wrapper around dmenu, so you need that # shipping a .desktop file. It is a wrapper around dmenu, so you need that
# installed. # installed.