21 lines
988 B
Plaintext
21 lines
988 B
Plaintext
### Output configuration
|
|
#
|
|
# Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/)
|
|
#output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
|
#
|
|
# 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
|
|
#2560 x 1440
|
|
output 'Dell Inc. DELL P2418D MY3ND8220WKT' resolution 1920x1080 position 0,0
|
|
#output 'Dell Inc. DELL P2418D MY3ND8220WKT' mode resolution 2560x1440 position 0,0
|
|
#output HDMI-A-1 resolution 1920x1080 transform 90 position 0,0
|
|
output 'LG Electronics LG FHD 403TOAG3C208 ' resolution 1920x1080 transform 90 position 0,0
|
|
#output eDP-1 resolution 1366x748 position 277,1080
|
|
#output eDP-1 resolution 1366x748 disable power off position 277,1080
|
|
output 'Apple Computer Inc Color LCD Unknown' \
|
|
resolution 1366x748 enable power on position 277,1080
|
|
bindsym --locked $mod+u output 'Apple Computer Inc Color LCD Unknown' toggle
|