Remove unused setting

This commit is contained in:
Valentin Brandl 2022-11-14 01:12:54 +01:00
parent 9781a1ab2c
commit 0e2eb8a2de
Signed by: vbrandl
GPG Key ID: CAD4DA1A789125F9

View File

@ -28,9 +28,6 @@ in {
size = 12.0; size = 12.0;
}; };
# disable titlebar
focus.newWindow = "none";
assigns = { assigns = {
"${ws1}" = [ "${ws1}" = [
{ class = "^Firefox$"; } { class = "^Firefox$"; }
@ -148,6 +145,7 @@ in {
}; };
window = { window = {
hideEdgeBorders = "both"; hideEdgeBorders = "both";
# disable titlebar
titlebar = false; titlebar = false;
}; };
}; };