neodotfiles/config/sway/modules/output
2024-08-19 00:36:33 -04:00

25 lines
489 B
Text

# Set background for all outputs
output * {
bg ~/.config/sway/wallpaper/background.* fill
}
# # Configure internal display (eDP-1)
# output eDP-1 {
# mode 1920x1080
# position 3200,0
# transform normal
# }
# # Configure external display (HDMI-A-2)
# output HDMI-A-2 {
# mode 1920x1080@100Hz
# position 1280,0
# transform normal
# }
# # Configure external display (DP-1)
# output DP-1 {
# mode 1280x1024@75Hz
# position 0,0
# transform normal
# }