1
0
Fork 0

autostart xrandr script in xinitrc

This commit is contained in:
Luca Bilke 2024-02-04 15:21:51 +01:00
parent e88ce394fa
commit fa860f9ce0
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
#!/bin/sh
# shellcheck disable=SC2016
[ -x "$XDG_CONFIG_HOME/X11/xrandr" ] && "$XDG_CONFIG_HOME/X11/xrandr"
exec dbus-run-session -- sh -c '
X11_CONFIG="$XDG_CONFIG_HOME/X11"