Misc changes
This commit is contained in:
parent
05c5bee0ea
commit
62a859ee8a
5 changed files with 27 additions and 23 deletions
|
@ -10,8 +10,6 @@
|
|||
font_scale = 0.80
|
||||
background_alpha = 0.25
|
||||
|
||||
fps_limit = 60
|
||||
|
||||
fps
|
||||
fps_color_change
|
||||
ram
|
||||
|
|
|
@ -16,15 +16,18 @@
|
|||
match app-id="MiscBrowser"
|
||||
match app-id="vesktop"
|
||||
block-out-from "screencast"
|
||||
open-maximized true
|
||||
open-on-workspace "${config.ws.w7}"
|
||||
}
|
||||
window-rule {
|
||||
match app-id="org.telegram.desktop"
|
||||
block-out-from "screencast"
|
||||
open-maximized true
|
||||
open-on-workspace "${config.ws.w8}"
|
||||
}
|
||||
window-rule {
|
||||
match app-id="thunderbird"
|
||||
block-out-from "screencast"
|
||||
open-maximized true
|
||||
open-on-workspace "${config.ws.w9}"
|
||||
}
|
||||
|
|
|
@ -3,7 +3,10 @@
|
|||
imports = [ ./gc ];
|
||||
|
||||
nix.settings = {
|
||||
experimental-features = [ "nix-command" "flakes" ];
|
||||
experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
auto-optimise-store = true;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue