minor fixes
This commit is contained in:
parent
875569410e
commit
2f08749525
3 changed files with 13 additions and 6 deletions
|
@ -7,6 +7,10 @@
|
||||||
x = 10;
|
x = 10;
|
||||||
y = 10;
|
y = 10;
|
||||||
};
|
};
|
||||||
|
window.dimensions = {
|
||||||
|
columns = 140;
|
||||||
|
lines = 40;
|
||||||
|
};
|
||||||
font = lib.mkForce {
|
font = lib.mkForce {
|
||||||
normal.family = config.fontProfiles.monospace.family;
|
normal.family = config.fontProfiles.monospace.family;
|
||||||
size = 11;
|
size = 11;
|
||||||
|
|
|
@ -51,12 +51,14 @@
|
||||||
"ignorezero,^(wofi)$"
|
"ignorezero,^(wofi)$"
|
||||||
];
|
];
|
||||||
|
|
||||||
windowrulev2 = let
|
windowrulev2 =
|
||||||
steam = "title:^()$,class:^(steam)$";
|
let
|
||||||
in [
|
steam = "title:^()$,class:^(steam)$";
|
||||||
"stayfocused, ${steam}"
|
in
|
||||||
"minsize 1 1, ${steam}"
|
[
|
||||||
];
|
"stayfocused, ${steam}"
|
||||||
|
"minsize 1 1, ${steam}"
|
||||||
|
];
|
||||||
|
|
||||||
decoration = {
|
decoration = {
|
||||||
active_opacity = 1.0;
|
active_opacity = 1.0;
|
||||||
|
|
|
@ -70,6 +70,7 @@
|
||||||
};
|
};
|
||||||
targets.wofi.enable = false;
|
targets.wofi.enable = false;
|
||||||
targets.kde.enable = false;
|
targets.kde.enable = false;
|
||||||
|
targets.gtk.enable = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
xdg.mime.enable = true;
|
xdg.mime.enable = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue