aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-08-13 19:09:38 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-08-13 19:09:38 +1200
commit4870a60b864bef1612a4abfdacf09275326694c0 (patch)
tree50e87bb2af3d13ede9b14f7ca06eaf774ba3603c /Makefile
parentRemove loading ~/.xprofile.d scripts (diff)
downloaddotfiles-4870a60b864bef1612a4abfdacf09275326694c0.tar.gz
dotfiles-4870a60b864bef1612a4abfdacf09275326694c0.zip
Adjust power management settings
It's more practical to keep DPMS enabled and to adjust its timeouts or use the `force` subcommand in `xset`.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dfe8c82a..16e51e4a 100644
--- a/Makefile
+++ b/Makefile
@@ -674,6 +674,7 @@ install-x: x/xsession check-x install-logrotate install-sh
$(XDG_CONFIG_HOME)/log/xsession
cp -p -- x/xprofile $(HOME)/.xprofile
cp -p -- x/xsession $(HOME)/.xsession
+ cp -p -- x/xsessionrc $(HOME)/.xsessionrc
cp -p -- x/Xresources $(HOME)/.Xresources
cp -p -- x/Xresources.d/* $(HOME)/.Xresources.d
cp -p -- x/logrotate/config.d/* $(XDG_CONFIG_HOME)/logrotate/config.d