Add autorandr to xsessionrc

This commit is contained in:
Przemek Grondek 2023-11-21 22:07:03 +01:00
parent fb9f7ad40a
commit 03710102c9

View File

@ -80,6 +80,9 @@ function start_desktop_helper_apps() {
# App to watch battery level # App to watch battery level
battery-watch & battery-watch &
# Set display layouts
autorandr -c
} }
function start_applets() { function start_applets() {