diff options
-rw-r--r-- | .config/i3/config##desktop.Linux.Maus | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/i3/config##desktop.Linux.Maus b/.config/i3/config##desktop.Linux.Maus index f089d70..0fd9a45 100644 --- a/.config/i3/config##desktop.Linux.Maus +++ b/.config/i3/config##desktop.Linux.Maus | |||
@@ -30,8 +30,10 @@ exec --no-startup-id ~/.fehbg | |||
30 | # lock screen | 30 | # lock screen |
31 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'i3lock-fancy -f Lato-Light -t "welcome back" -- scrot -z' '' | 31 | exec --no-startup-id xidlehook --not-when-fullscreen --not-when-audio --timer normal 300 'i3lock-fancy -f Lato-Light -t "welcome back" -- scrot -z' '' |
32 | 32 | ||
33 | gaps inner 0 | 33 | gaps inner 10 |
34 | gaps outer 0 | 34 | gaps outer 10 |
35 | |||
36 | smart_gaps on | ||
35 | 37 | ||
36 | # Font for window titles | 38 | # Font for window titles |
37 | font pango:Lato 11 | 39 | font pango:Lato 11 |
@@ -196,7 +198,7 @@ bindsym $mod+Shift+e mode " (L)ock (S)ignout (R)eboot (P)oweroff" | |||
196 | 198 | ||
197 | bindsym $mod+r mode "resize" | 199 | bindsym $mod+r mode "resize" |
198 | 200 | ||
199 | for_window [class=".*"] border pixel 4 | 201 | for_window [class=".*"] border pixel 0 |
200 | 202 | ||
201 | assign [class="^Steam$"] 9 | 203 | assign [class="^Steam$"] 9 |
202 | assign [class="^Thunderbird$"] 8 | 204 | assign [class="^Thunderbird$"] 8 |