add some options

This commit is contained in:
Chris Kruining 2025-08-03 23:02:21 +02:00
parent 79701acc77
commit a8783b4709
Signed by: chris
SSH key fingerprint: SHA256:nG82MUfuVdRVyCKKWqhY+pCrbz9nbX6uzUns4RKa1Pg
2 changed files with 26 additions and 0 deletions

View file

@ -20,6 +20,11 @@ in
panels = import ./panels.nix;
powerdevil = import ./power.nix;
kwin = {
edgeBarrier = 0;
cornerBarrier = false;
};
session = {
general.askForConfirmationOnLogout = false;
sessionRestore.restoreOpenApplicationsOnLogin = "onLastLogout";