disable screen saver and DPMS features

This commit is contained in:
♥ Minnie ♥ 2025-02-16 15:22:54 +08:00
parent 977fe7b608
commit d2a6aceff3
Signed by: jasmine
GPG key ID: 8563E358D4E8040E

View file

@ -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 &