diff options
author | Yigit Sever | 2019-04-19 19:27:41 +0300 |
---|---|---|
committer | Yigit Sever | 2019-04-19 19:27:41 +0300 |
commit | 1f613015c85449a8df41ec32f820f6875e43de7d (patch) | |
tree | 271b5d96a715a96940a6bfbb3632aab22ba40810 | |
parent | d9ce780fad6c00d44283f206583704ec24fc3cf7 (diff) | |
download | dotfiles-1f613015c85449a8df41ec32f820f6875e43de7d.tar.gz dotfiles-1f613015c85449a8df41ec32f820f6875e43de7d.tar.bz2 dotfiles-1f613015c85449a8df41ec32f820f6875e43de7d.zip |
Don't use gaps on i3
-rw-r--r-- | .config/i3/config##desktop.Linux.Maus | 6 |
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) |
30 | exec --no-startup-id ~/.fehbg | 30 | exec --no-startup-id ~/.fehbg |
31 | 31 | ||
32 | gaps inner 10 | 32 | gaps inner 0 |
33 | gaps outer 10 | 33 | gaps outer 0 |
34 | 34 | ||
35 | smart_gaps on | 35 | smart_gaps on |
36 | 36 | ||
@@ -198,7 +198,7 @@ bindsym $mod+Shift+Escape exec --no-startup-id ~/bin/power.sh | |||
198 | 198 | ||
199 | bindsym $mod+r mode "resize" | 199 | bindsym $mod+r mode "resize" |
200 | 200 | ||
201 | for_window [class=".*"] border pixel 0 | 201 | for_window [class=".*"] border pixel 3 |
202 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable | 202 | for_window [class="Zotero" instance="Toplevel" title="Quick Format Citation"] floating enable |
203 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable | 203 | for_window [class="Zotero" instance="Toplevel" title="Progress"] floating enable |
204 | 204 | ||