From d4645d2c48434ba7210921a7a170596fb987db03 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Mon, 19 Feb 2024 18:46:58 +0100 Subject: [yadm] bootstrap packages for complete install --- .config/sway/output.example | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .config/sway/output.example (limited to '.config/sway') diff --git a/.config/sway/output.example b/.config/sway/output.example new file mode 100644 index 0000000..d662ea3 --- /dev/null +++ b/.config/sway/output.example @@ -0,0 +1,9 @@ +exec_always --no-startup-id $HOME/.config/sway/bin/wallpaper.py --config='{"40": {"find": "$HOME/Images/Wallpaper/some"}, "60": {"find": "$HOME/Images/Wallpaper/others", "exclude": ".+/notthese/.+"}}' --interval=600 --unique=True --consider_daylight=True --brightness_threshold=0.35 + +output HDMI-A-1 resolution 1920x1080 position 0,0 +output HDMI-A-2 resolution 1920x1080 position 1920,0 +output HDMI-A-3 resolution 1920x1080 position 3840,0 +#output eDP-1 resolution 2560x1600 scale 2 position 5760,0 +#output eDP-1 resolution 2560x1600 scale 2 position 3840,0 + +workspace 3 -- cgit v1.2.3