From 15210b6e6894cde169d6d92822d4b7bce44c6799 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Fri, 10 Jan 2020 23:49:34 +0200 Subject: [PATCH] Move default output config to sway conf Signed-off-by: Marko Korhonen --- home/.config/sway/conf.d/03-output.conf | 2 ++ home/.config/sway/randr/laptop.sh | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) delete mode 100755 home/.config/sway/randr/laptop.sh 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 \