Misc changes

This commit is contained in:
Jimbo 2025-02-09 00:28:20 -05:00
parent 05c5bee0ea
commit 62a859ee8a
5 changed files with 27 additions and 23 deletions

View file

@ -10,8 +10,6 @@
font_scale = 0.80
background_alpha = 0.25
fps_limit = 60
fps
fps_color_change
ram

View file

@ -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}"
}

View file

@ -3,7 +3,10 @@
imports = [ ./gc ];
nix.settings = {
experimental-features = [ "nix-command" "flakes" ];
experimental-features = [
"nix-command"
"flakes"
];
auto-optimise-store = true;
};
}