Setup monitors for home system

This commit is contained in:
GHOSCHT 2023-11-04 14:57:46 +01:00
parent e037dbb7b4
commit 4091a3a29d
No known key found for this signature in database

View file

@ -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