diff options
Diffstat (limited to '.config/sway')
-rw-r--r-- | .config/sway/output.example | 9 |
1 files changed, 9 insertions, 0 deletions
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 |