17 lines
556 B
Text
17 lines
556 B
Text
|
### 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 DP-1 bg ~/.config/sway/bkg2.jpg fill
|
||
|
output DP-1 scale 1.2 res 3840x2160 pos 0 0
|
||
|
output DP-2 bg ~/.config/sway/bkg2.jpg fill
|
||
|
output DP-2 scale 1.2 res 3840x2160 pos 0 0
|
||
|
output HDMI-A-1 bg ~/.config/sway/bkg2.jpg fill
|
||
|
output HDMI-A-1 scale 1.2 res 3840x2160 pos 0 0
|
||
|
output eDP-1 bg ~/.config/sway/bkg.jpg fill
|
||
|
output eDP-1 scale 1.0 res 1920x1080 pos 640 1800
|