diff --git a/home/.config/sway/conf.d/03-output.conf b/home/.config/sway/conf.d/03-output.conf index d482612..2948eb8 100644 --- a/home/.config/sway/conf.d/03-output.conf +++ b/home/.config/sway/conf.d/03-output.conf @@ -1,3 +1,5 @@ # vim:ft=sway output * bg $wallpaper fill +output eDP-1 position 0 0 +output HDMI-A-1 position 1900 0 diff --git a/home/.config/sway/randr/laptop.sh b/home/.config/sway/randr/laptop.sh deleted file mode 100755 index 0ebd776..0000000 --- a/home/.config/sway/randr/laptop.sh +++ /dev/null @@ -1,3 +0,0 @@ -wlr-randr \ - --output eDP-1 --mode 1920x1080 --pos 0,0 --transform normal \ - --output HDMI-A-1 --mode 1920x1080 --pos 1900,0 --transform normal \