From 682e8a8ff5424c4342f41823cfc38ca659a00a3a Mon Sep 17 00:00:00 2001 From: Von Random Date: Fri, 19 May 2017 19:42:34 +0300 Subject: [PATCH] keepassxc is here to stay --- i3_config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/i3_config b/i3_config index 76d6412..552fd82 100644 --- a/i3_config +++ b/i3_config @@ -21,7 +21,7 @@ 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+i 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" bindsym $mod+Tab exec rofi -show window @@ -188,9 +188,10 @@ for_window [class="Vncviewer"] floating enable for_window [class="(?i)firefox" instance="^(?!Navigator$)"] floating enable for_window [title="^Cacti - Realtime"] floating enable # vimwiki to scratchpad (gvim included) +for_window [class="keepassxc"] move scratchpad, scratchpad show for_window [instance="vimwiki"] move scratchpad, scratchpad show -for_window [class="Gvim" title="vimwiki"] move scratchpad, scratchpad show -bindsym $mod+n scratchpad show +bindsym $mod+n [instance="vimwiki"] scratchpad show +bindsym $mod+i [class="keepassxc"] scratchpad show # java KVM for_window [instance="sun-awt-X11-XFramePeer" title="(?i)kvm"] floating enable