Move default output config to sway conf

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-10 23:49:34 +02:00
parent 8c8ac606f5
commit 15210b6e68
2 changed files with 2 additions and 3 deletions

View file

@ -1,3 +1,5 @@
# vim:ft=sway
output * bg $wallpaper fill
output eDP-1 position 0 0
output HDMI-A-1 position 1900 0

View file

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