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