xprofile: Run autorandr on startup
Alan Pearce alan@alanpearce.eu
Fri, 08 Sep 2017 21:21:22 +0200
1 files changed, 4 insertions(+), 0 deletions(-)
jump to
M xprofile/.xprofile → xprofile/.xprofile
@@ -4,4 +4,8 @@ xmodmap .xmodmaprc gpg-connect-agent /bye xrdb -I$HOME/.xresources .xresources/main nm-applet & +if command -v autorandr +then + autorandr --change --force +fi sxhkd &