diff options
author | Adrian Kummerlaender | 2016-05-10 22:08:40 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-05-10 22:08:40 +0200 |
commit | 6b43fc58ed42febd281c94b40454183232238438 (patch) | |
tree | 20c937bfefe0a22d167ea96b6a74eb0c233b44ab | |
parent | 3ad209b269510ff43f1cc9620791571752be26a7 (diff) | |
download | dotfiles-6b43fc58ed42febd281c94b40454183232238438.tar dotfiles-6b43fc58ed42febd281c94b40454183232238438.tar.gz dotfiles-6b43fc58ed42febd281c94b40454183232238438.tar.bz2 dotfiles-6b43fc58ed42febd281c94b40454183232238438.tar.lz dotfiles-6b43fc58ed42febd281c94b40454183232238438.tar.xz dotfiles-6b43fc58ed42febd281c94b40454183232238438.tar.zst dotfiles-6b43fc58ed42febd281c94b40454183232238438.zip |
Set _Zeal_ scratchpad position
-rw-r--r-- | i3wm/.i3/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index 6023c24..3ae1d66 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -123,7 +123,7 @@ bindsym $mod+z [title="^.*- Zeal$"] scratchpad show for_window [class="^.*"] border pixel 4 for_window [title="^.*\.wiki \(~\/note.*\).*GVIM$"] border pixel 8; floating enable; move to scratchpad -for_window [title="^.*- Zeal$"] border pixel 8; floating enable; move to scratchpad +for_window [title="^.*- Zeal$"] border pixel 8; floating enable; move position 160px 46px; move to scratchpad exec --no-startup-id export $(gnome-keyring-daemon) exec --no-startup-id urxvtd |