autostart xrandr script in xinitrc
This commit is contained in:
parent
e88ce394fa
commit
fa860f9ce0
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue