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.