diff options
Diffstat (limited to 'xprofile/.xprofile')
-rwxr-xr-x | xprofile/.xprofile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/xprofile/.xprofile b/xprofile/.xprofile index ec47d622..6e20ba91 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 & |