2019-06-02 02:14:02 +00:00
|
|
|
################################################################################
|
|
|
|
# Output configuration
|
|
|
|
#
|
|
|
|
# Example configuration:
|
|
|
|
#
|
|
|
|
# output HDMI-A-1 resolution 1920x1080 position 1920,0
|
|
|
|
#
|
|
|
|
# You can get the names of your outputs by running: swaymsg -t get_outputs
|
|
|
|
|
2020-06-03 03:23:45 +00:00
|
|
|
output * bg ~/sync/wall/current fill
|
2020-07-08 23:53:02 +00:00
|
|
|
|
|
|
|
output eDP-1 {
|
|
|
|
scale 1
|
|
|
|
pos 0 0
|
|
|
|
}
|
|
|
|
|
|
|
|
output DP-1 {
|
|
|
|
scale 1
|
|
|
|
pos 2560 0
|
|
|
|
}
|
2019-06-02 04:14:57 +00:00
|
|
|
|
2019-06-15 02:11:59 +00:00
|
|
|
# vim: ft=cfg
|