mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +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;
|
||||
|
||||
# Hardware preferences
|
||||
|
||||
boot = {
|
||||
tmp.cleanOnBoot = true;
|
||||
bootspec.enable = true;
|
||||
|
|
@ -61,6 +60,11 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
# Turn off screen-saver
|
||||
environment.extraInit = ''
|
||||
xset s off -dpms
|
||||
'';
|
||||
|
||||
environment.variables = {
|
||||
WINIT_HIDPI_FACTOR = "1";
|
||||
WINIT_X11_SCALE_FACTOR = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue