From 2b5df4b994f93a02764202522f38cf10cbf68786 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 20 Jun 2018 17:24:11 +0300 Subject: [PATCH] vimwiki fix --- i3_config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3_config b/i3_config index dd0184c..32cc66c 100644 --- a/i3_config +++ b/i3_config @@ -195,9 +195,9 @@ for_window [instance="KB.exe"] floating enable for_window [instance="nwn2main.exe"] floating enable # scratchpad for_window [class="keepassxc"] move scratchpad, scratchpad show -for_window [instance="vimwiki"] move scratchpad, scratchpad show +for_window [title="vimwiki"] move scratchpad, scratchpad show for_window [class="Vpnui"] move scratchpad, scratchpad show -bindsym $mod+n [instance="vimwiki"] scratchpad show +bindsym $mod+n [title="vimwiki"] scratchpad show bindsym $mod+i [class="keepassxc"] scratchpad show bindsym $mod+y [class="Vpnui"] scratchpad show