From 3ad209b269510ff43f1cc9620791571752be26a7 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sun, 8 May 2016 19:15:30 +0200 Subject: Add _Zeal_ to autostart and scratchpad --- i3wm/.i3/config | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'i3wm/.i3') 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" -- cgit v1.2.3