diff options
author | Adrian Kummerlaender | 2016-05-08 19:15:30 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-05-08 19:15:30 +0200 |
commit | 3ad209b269510ff43f1cc9620791571752be26a7 (patch) | |
tree | f5209f1def9c811a374c9a02d4c18159c825f044 /i3wm | |
parent | 588464b75d8e35a419311d96a683368488b88693 (diff) | |
download | dotfiles-3ad209b269510ff43f1cc9620791571752be26a7.tar dotfiles-3ad209b269510ff43f1cc9620791571752be26a7.tar.gz dotfiles-3ad209b269510ff43f1cc9620791571752be26a7.tar.bz2 dotfiles-3ad209b269510ff43f1cc9620791571752be26a7.tar.lz dotfiles-3ad209b269510ff43f1cc9620791571752be26a7.tar.xz dotfiles-3ad209b269510ff43f1cc9620791571752be26a7.tar.zst dotfiles-3ad209b269510ff43f1cc9620791571752be26a7.zip |
Add _Zeal_ to autostart and scratchpad
Diffstat (limited to 'i3wm')
-rw-r--r-- | i3wm/.i3/config | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/i3wm/.i3/config b/i3wm/.i3/config index c7ee634..6023c24 100644 --- a/i3wm/.i3/config +++ b/i3wm/.i3/config @@ -119,9 +119,11 @@ 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.*\).*GVIM$"] scratchpad show +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 exec --no-startup-id export $(gnome-keyring-daemon) exec --no-startup-id urxvtd @@ -129,6 +131,7 @@ exec --no-startup-id twmnd exec --no-startup-id nm-applet exec --no-startup-id volumeicon exec --no-startup-id feh --bg-center ~/.background.jpg -exec --no-startup-id xautolock -time 5 -locker "i3lock -c 000000" exec --no-startup-id rofi -key-combi "SuperL+space" exec --no-startup-id gvim ~/note/index.wiki +exec --no-startup-id zeal +exec --no-startup-id xautolock -time 5 -locker "i3lock -c 000000" |