add some options
This commit is contained in:
parent
79701acc77
commit
a8783b4709
2 changed files with 26 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue