From 4091a3a29daa4c62ee83079e21571b57614bd0b1 Mon Sep 17 00:00:00 2001 From: GHOSCHT <31184695+GHOSCHT@users.noreply.github.com> Date: Sat, 4 Nov 2023 14:57:46 +0100 Subject: [PATCH] Setup monitors for home system --- rsc/config/awesome/autostart.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/rsc/config/awesome/autostart.lua b/rsc/config/awesome/autostart.lua index 3562e80..6da4556 100644 --- a/rsc/config/awesome/autostart.lua +++ b/rsc/config/awesome/autostart.lua @@ -24,6 +24,7 @@ function autostart.exec(awful) -- awful.spawn.with_shell("autocutsel -fork -selection PRIMARY") awful.spawn.with_shell("xmousepasteblock") awful.spawn.with_shell("xinput map-to-output 20 DVI-I") + awful.spawn.with_shell("xrandr --output DP-0 --mode 1920x1080 --rate 74.97 --pos 0x0 --rotate normal --output DP-4 --primary --mode 2560x1440 --rate 143.86 --pos 1920x0 --rotate normal") awful.spawn.with_shell('dbus-daemon --session --address="unix:path=$XDG_RUNTIME_DIR/bus"') awful.spawn.with_shell("fcitx5 -d") end