mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Turn off screen saver muop
This commit is contained in:
parent
bfcb73c937
commit
f6c298b008
1 changed files with 5 additions and 1 deletions
|
|
@ -43,7 +43,6 @@ in {
|
||||||
mods.unfree.minecraft.enable = false;
|
mods.unfree.minecraft.enable = false;
|
||||||
|
|
||||||
# Hardware preferences
|
# Hardware preferences
|
||||||
|
|
||||||
boot = {
|
boot = {
|
||||||
tmp.cleanOnBoot = true;
|
tmp.cleanOnBoot = true;
|
||||||
bootspec.enable = true;
|
bootspec.enable = true;
|
||||||
|
|
@ -61,6 +60,11 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Turn off screen-saver
|
||||||
|
environment.extraInit = ''
|
||||||
|
xset s off -dpms
|
||||||
|
'';
|
||||||
|
|
||||||
environment.variables = {
|
environment.variables = {
|
||||||
WINIT_HIDPI_FACTOR = "1";
|
WINIT_HIDPI_FACTOR = "1";
|
||||||
WINIT_X11_SCALE_FACTOR = "1";
|
WINIT_X11_SCALE_FACTOR = "1";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue