kde: Add powerdevil configuration
This commit is contained in:
parent
997d17ce8a
commit
bd1d8edbe6
1 changed files with 8 additions and 0 deletions
|
@ -121,6 +121,14 @@ in {
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
powerdevil = {
|
||||||
|
AC = {
|
||||||
|
autoSuspend.action = "nothing";
|
||||||
|
dimDisplay.enable = false;
|
||||||
|
powerButtonAction = "hibernate";
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
shortcuts = {
|
shortcuts = {
|
||||||
kwin = {
|
kwin = {
|
||||||
"Switch to Desktop 1" = "Meta+1";
|
"Switch to Desktop 1" = "Meta+1";
|
||||||
|
|
Loading…
Reference in a new issue