diff options
author | Adrian Kummerlaender | 2016-03-06 22:18:38 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2016-03-06 22:18:38 +0100 |
commit | 3daff9ebec9fa39b9c79c264b2d13d4da41ecba3 (patch) | |
tree | ca34be829f3f8eb57777ab724b6542c569f0f468 /i3wm | |
parent | 1343894e65387d2c96c0446400a08ad9b045685c (diff) | |
download | dotfiles-3daff9ebec9fa39b9c79c264b2d13d4da41ecba3.tar dotfiles-3daff9ebec9fa39b9c79c264b2d13d4da41ecba3.tar.gz dotfiles-3daff9ebec9fa39b9c79c264b2d13d4da41ecba3.tar.bz2 dotfiles-3daff9ebec9fa39b9c79c264b2d13d4da41ecba3.tar.lz dotfiles-3daff9ebec9fa39b9c79c264b2d13d4da41ecba3.tar.xz dotfiles-3daff9ebec9fa39b9c79c264b2d13d4da41ecba3.tar.zst dotfiles-3daff9ebec9fa39b9c79c264b2d13d4da41ecba3.zip |
Exclude _vimwiki_ pages opened in _vim_ from i3 scratchpad
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 |