sway: Set border to 'pixel'
This commit is contained in:
parent
43d6405a13
commit
55e46fe8ab
1 changed files with 1 additions and 1 deletions
|
@ -263,7 +263,7 @@ in
|
||||||
terminal = "${pkgs.foot}/bin/foot";
|
terminal = "${pkgs.foot}/bin/foot";
|
||||||
|
|
||||||
window = {
|
window = {
|
||||||
border = 1;
|
border = "pixel";
|
||||||
titlebar = false;
|
titlebar = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue