From 03710102c9e5150325d1a0ae0ffef719d9e3e98c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Tue, 21 Nov 2023 22:07:03 +0100 Subject: [PATCH] Add autorandr to xsessionrc --- .xsessionrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.xsessionrc b/.xsessionrc index b6b279a..1a77ae6 100755 --- a/.xsessionrc +++ b/.xsessionrc @@ -80,6 +80,9 @@ function start_desktop_helper_apps() { # App to watch battery level battery-watch & + + # Set display layouts + autorandr -c } function start_applets() {