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;
|
||||
y = 10;
|
||||
};
|
||||
window.dimensions = {
|
||||
columns = 140;
|
||||
lines = 40;
|
||||
};
|
||||
font = lib.mkForce {
|
||||
normal.family = config.fontProfiles.monospace.family;
|
||||
size = 11;
|
||||
|
|
|
@ -51,9 +51,11 @@
|
|||
"ignorezero,^(wofi)$"
|
||||
];
|
||||
|
||||
windowrulev2 = let
|
||||
windowrulev2 =
|
||||
let
|
||||
steam = "title:^()$,class:^(steam)$";
|
||||
in [
|
||||
in
|
||||
[
|
||||
"stayfocused, ${steam}"
|
||||
"minsize 1 1, ${steam}"
|
||||
];
|
||||
|
|
|
@ -70,6 +70,7 @@
|
|||
};
|
||||
targets.wofi.enable = false;
|
||||
targets.kde.enable = false;
|
||||
targets.gtk.enable = false;
|
||||
};
|
||||
|
||||
xdg.mime.enable = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue