diff options
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 3b37de9..4e83693 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -116,10 +116,10 @@ bindsym Control+Mod1+t exec --no-startup-id ~/.screenlayout/docked_tv_mode.sh bindsym Print exec --no-startup-id xfce4-screenshooter -bindsym $mod+n [title="^.*\.wiki \(~\/note.*\).*$"] scratchpad show +bindsym $mod+n [title="^.*\.wiki \(~\/note.*\).*GVIM$"] scratchpad show -for_window [class="^.*"] border pixel 4 -for_window [title="^.*\.wiki \(~\/note.*\).*$"] floating enable; move to scratchpad +for_window [class="^.*"] border pixel 4 +for_window [title="^.*\.wiki \(~\/note.*\).*GVIM$"] border pixel 8; floating enable; move to scratchpad exec --no-startup-id export $(gnome-keyring-daemon) exec --no-startup-id urxvtd |