aboutsummaryrefslogtreecommitdiff
path: root/i3wm/.i3/config
diff options
context:
space:
mode:
Diffstat (limited to 'i3wm/.i3/config')
-rw-r--r--i3wm/.i3/config5
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"