disable screen saver and DPMS features
This commit is contained in:
parent
977fe7b608
commit
d2a6aceff3
|
@ -6,6 +6,9 @@ xrandr --output HDMI-A-0 --mode 1920x1080 --output DisplayPort-0 --mode 2560x144
|
||||||
# Apply our wallpaper
|
# Apply our wallpaper
|
||||||
feh --bg-center ~/.repositories/dotfiles.nix/assets/chinatown.png
|
feh --bg-center ~/.repositories/dotfiles.nix/assets/chinatown.png
|
||||||
|
|
||||||
|
# Disable screen saver and DPMS features
|
||||||
|
xset s off -dpms
|
||||||
|
|
||||||
# Start our notification daemon
|
# Start our notification daemon
|
||||||
dunst &
|
dunst &
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue