From d2a6aceff39fbaa6ae891bc9fbe67efe552cafd5 Mon Sep 17 00:00:00 2001 From: jasmine Date: Sun, 16 Feb 2025 15:22:54 +0800 Subject: [PATCH] disable screen saver and DPMS features --- home-manager/sajenim/features/desktop/xinitrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home-manager/sajenim/features/desktop/xinitrc b/home-manager/sajenim/features/desktop/xinitrc index 421f92a..421b20f 100644 --- a/home-manager/sajenim/features/desktop/xinitrc +++ b/home-manager/sajenim/features/desktop/xinitrc @@ -6,6 +6,9 @@ xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x144 # Apply our wallpaper feh --bg-center ~/.repositories/dotfiles.nix/assets/chinatown.png +# Disable screen saver and DPMS features +xset s off -dpms + # Start our notification daemon dunst &