fix i3 4.21 'regression' with border and titles
This commit is contained in:
parent
7c5ec3abf1
commit
11284827db
1 changed files with 3 additions and 0 deletions
|
@ -270,3 +270,6 @@ for_window [title="^Android Emulator - .*"] floating enable
|
||||||
exec --no-startup-id /usr/bin/dunst
|
exec --no-startup-id /usr/bin/dunst
|
||||||
# Autostart .desktop
|
# Autostart .desktop
|
||||||
exec --no-startup-id "dex -a"
|
exec --no-startup-id "dex -a"
|
||||||
|
|
||||||
|
# Fix the 'regression' of i3 4.21 that let windows display their decorator
|
||||||
|
for_window [all] border pixel
|
||||||
|
|
Loading…
Reference in a new issue