feat: disable screensaver
This commit is contained in:
parent
6c1de15475
commit
c219c4a8d7
1 changed files with 196 additions and 193 deletions
|
|
@ -38,7 +38,9 @@ in
|
|||
maim
|
||||
];
|
||||
|
||||
xsession.windowManager.i3 = {
|
||||
xsession = {
|
||||
initExtra = "xset s off";
|
||||
windowManager.i3 = {
|
||||
enable = true;
|
||||
config = {
|
||||
modifier = "Mod4";
|
||||
|
|
@ -240,4 +242,5 @@ in
|
|||
exec --no-startup-id ${pkgs.i3}/bin/i3-msg 'workspace 1'
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue