From f31a21c91facd862dfadd6b1152e629c07f23cdc Mon Sep 17 00:00:00 2001 From: Von Random Date: Tue, 13 Dec 2016 19:42:09 +0300 Subject: [PATCH] be prepared to switch moar shit to pass --- i3_config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i3_config b/i3_config index 8965f28..c76ea82 100644 --- a/i3_config +++ b/i3_config @@ -38,7 +38,8 @@ bindsym $mod+Shift+c kill # start dmenu (a program launcher) bindsym $mod+d exec dmenu_run -p run -i -fn "$dmenu_font" bindsym $mod+p exec dmenu_ssh "$i3_term -e ssh" -i -fn "$dmenu_font" -bindsym $mod+u exec dmenu_pass -i -fn "$dmenu_font" +bindsym $mod+i exec dmenu_pass -i -fn "$dmenu_font" +bindsym $mod+u exec dmenu_pass_local -i -fn "$dmenu_font" # 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 # installed.