Setup monitors for home system
This commit is contained in:
parent
e037dbb7b4
commit
4091a3a29d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue