sway: move monitor settings to other file

This commit is contained in:
Sean Buckley 2021-08-28 02:18:50 -04:00
parent 8cf0e347fe
commit 8c512c9c1f

View file

@ -25,8 +25,6 @@ in
cat '${pkgs.sway}/etc/sway/config' cat '${pkgs.sway}/etc/sway/config'
cat <<" EOF" cat <<" EOF"
include /etc/sway/config.d/* include /etc/sway/config.d/*
output DP-1 position 0 0 resolution 2560x1440@165Hz
output DP-2 position 2560 0 resolution 2560x1440@165Hz
EOF EOF
)| )|
sed 's/position top//' | sed 's/position top//' |