Pianonix: fix screen going to sleep mode

This commit is contained in:
2024-12-01 19:00:29 +01:00
parent b0acc7178d
commit 425c8f8e4f
2 changed files with 6 additions and 8 deletions

View File

@ -39,14 +39,6 @@
fonts.enable = true;
};
# Prevent screen from going blank (check these settings with `xset q`)
# And disable bell sound (b)
xsession.initExtra = ''
${pkgs.xorg.xset}/bin/xset s off
${pkgs.xorg.xset}/bin/xset -dpms
${pkgs.xorg.xset}/bin/xset b off
'';
services.syncthing.tray.enable = true;
services.syncthing.tray.command = "syncthingtray --wait"; # Wait for tray to become available