This commit is contained in:
2025-10-13 20:24:00 +02:00
parent 1739679b25
commit 148481fa52
2 changed files with 4 additions and 2 deletions

2
flake.lock generated
View File

@@ -128,7 +128,6 @@
"flake-parts": { "flake-parts": {
"inputs": { "inputs": {
"nixpkgs-lib": [ "nixpkgs-lib": [
"stylix",
"nixpkgs" "nixpkgs"
] ]
}, },
@@ -254,7 +253,6 @@
"flake-parts" "flake-parts"
], ],
"nixpkgs": [ "nixpkgs": [
"stylix",
"nixpkgs" "nixpkgs"
] ]
}, },

View File

@@ -135,6 +135,10 @@ in
direct_scanout = 0; direct_scanout = 0;
}; };
debug = {
full_cm_proto = true;
};
master = { master = {
new_status = "master"; new_status = "master";
new_on_top = 1; new_on_top = 1;