From b63e78ef7513df0ef510ffd3f86aee8c462eca61 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 8 Sep 2017 21:21:22 +0200 Subject: xprofile: Run autorandr on startup --- xprofile/.xprofile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'xprofile') diff --git a/xprofile/.xprofile b/xprofile/.xprofile index ec47d62..6e20ba9 100755 --- a/xprofile/.xprofile +++ b/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 & -- cgit 1.4.1