diff --git a/gui/awesome.sh b/gui/awesome.sh index ad170ce..f5dff28 100755 --- a/gui/awesome.sh +++ b/gui/awesome.sh @@ -34,6 +34,8 @@ export VIM_MODE=enhanced export XDG_RUNTIME_DIR=/tmp/runtime-klesh mkdir -p $XDG_RUNTIME_DIR +autorandr --change --force + exec dbus-run-session -- awesome 2> /tmp/awesome.log EOT diff --git a/gui/awesome/rc.lua b/gui/awesome/rc.lua index 41f3859..5fe21d7 100644 --- a/gui/awesome/rc.lua +++ b/gui/awesome/rc.lua @@ -838,6 +838,5 @@ awful.spawn.with_shell("flameshot") awful.spawn.with_shell("mpd") awful.spawn.with_shell("blueman-applet") awful.spawn.with_shell("nm-applet") -awful.spawn.with_shell("autorandr --change --force") -- }}}