diff options
author | Malfurious <m@lfurio.us> | 2023-06-02 18:07:59 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-06-02 18:07:59 -0400 |
commit | 246dbf84166ee58f86f322ca1ec655c62abcddb7 (patch) | |
tree | a6ab9f6c34e1872cb8e3dada8ae5c64e261eeefa | |
parent | 53a2f3bebf51219c389b040a37551b1019ddd65a (diff) | |
download | rice-246dbf84166ee58f86f322ca1ec655c62abcddb7.tar.gz rice-246dbf84166ee58f86f322ca1ec655c62abcddb7.zip |
dpms: Disable automatic screen blanking / monitor turnoff
-rw-r--r-- | .xinitrc | 3 | ||||
-rwxr-xr-x | rice/install_pkgs.sh | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -9,5 +9,8 @@ while true; do done & picom --config /dev/null -bfD3 --xrender-sync-fence +xset dpms 0 0 0 +xset s off ~/.fehbg + exec dwm diff --git a/rice/install_pkgs.sh b/rice/install_pkgs.sh index 2631455..ac58502 100755 --- a/rice/install_pkgs.sh +++ b/rice/install_pkgs.sh @@ -29,6 +29,7 @@ lxrandr picom xorg-server xorg-xinit +xorg-xset xorg-xsetroot # distro |