Merge branch 'arch' into gentoo

This commit is contained in:
ItsDrike 2021-08-19 02:25:40 +02:00
commit 4bf7c28a87
No known key found for this signature in database
GPG key ID: B5F6B41F708C3ADD
3 changed files with 12 additions and 1 deletions

View file

@ -4,7 +4,14 @@
# if you use startx/xinit this file should also be soruced.
# Set monitor order
xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto
xrandr --output HDMI-1 --auto --output eDP-1 --right-of HDMI-1 --auto &
# Set X11 lockscreen delays (DPMS)
xset s on &
xset s 600 5 & # 10 minutes, 5s for dimmer
# XSS lock with xsecurelock
xss-lock -n /usr/lib/xsecurelock/dimmer -l -- xsecurelock &
# Set the background with a custom `setbg` script
setbg &