14 lines
341 B
Plaintext
14 lines
341 B
Plaintext
################################################################################
|
|
# 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
|
|
|
|
output * bg ~/sync/wall/current fill
|
|
output eDP-1 scale 1
|
|
|
|
# vim: ft=cfg
|