summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYigit Sever2019-04-19 19:27:41 +0300
committerYigit Sever2019-04-19 19:27:41 +0300
commit1f613015c85449a8df41ec32f820f6875e43de7d (patch)
tree271b5d96a715a96940a6bfbb3632aab22ba40810
parentd9ce780fad6c00d44283f206583704ec24fc3cf7 (diff)
downloaddotfiles-1f613015c85449a8df41ec32f820f6875e43de7d.tar.gz
dotfiles-1f613015c85449a8df41ec32f820f6875e43de7d.tar.bz2
dotfiles-1f613015c85449a8df41ec32f820f6875e43de7d.zip
Don't use gaps on i3
-rw-r--r--.config/i3/config##desktop.Linux.Maus6
1 files changed, 3 insertions, 3 deletions
diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus
index 3e1afae..33a0e55 100644
--- a/.config/i3/config##desktop.Linux.Maus
+++ b/.config/i3/config##desktop.Linux.Maus
@@ -29,8 +29,8 @@ exec --no-startup-id conky --daemonize -c ~/.config/conky/task.conf
29# set the wallpaper last (hopefully after xrandr) 29# set the wallpaper last (hopefully after xrandr)
30exec --no-startup-id ~/.fehbg 30exec --no-startup-id ~/.fehbg
31 31
32gaps inner 10 32gaps inner 0
33gaps outer 10 33gaps outer 0
34 34
35smart_gaps on 35smart_gaps on
36 36
@@ -198,7 +198,7 @@ bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh
198 198
199bindsym $mod+r mode "resize" 199bindsym $mod+r mode "resize"
200 200
201for_window [class=".*"] border pixel 0 201for_window [class=".*"] border pixel 3
202for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable 202for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable
203for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable 203for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable
204 204