59 lines
1.1 KiB
Text
59 lines
1.1 KiB
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 "eDP-1" {
|
||
|
mode 1920x1080@60.033Hz
|
||
|
pos 0 720
|
||
|
transform normal
|
||
|
scale 1.0
|
||
|
scale_filter nearest
|
||
|
adaptive_sync off
|
||
|
dpms on
|
||
|
bg ~/.config/sway/bkg.jpg fill
|
||
|
}
|
||
|
output "DP-1" {
|
||
|
mode 3840x2160@59.997Hz
|
||
|
pos 1920 0
|
||
|
transform normal
|
||
|
scale 1.1
|
||
|
scale_filter linear
|
||
|
adaptive_sync off
|
||
|
dpms on
|
||
|
bg ~/.config/sway/bkg2.jpg fill
|
||
|
}
|
||
|
output "DP-2" {
|
||
|
mode 3840x2160@59.997Hz
|
||
|
pos 1920 0
|
||
|
transform normal
|
||
|
scale 1.1
|
||
|
scale_filter linear
|
||
|
adaptive_sync off
|
||
|
dpms on
|
||
|
bg ~/.config/sway/bkg2.jpg fill
|
||
|
}
|
||
|
output "DP-3" {
|
||
|
mode 3840x2160@59.997Hz
|
||
|
pos 1920 0
|
||
|
transform normal
|
||
|
scale 1.1
|
||
|
scale_filter linear
|
||
|
adaptive_sync off
|
||
|
dpms on
|
||
|
bg ~/.config/sway/bkg2.jpg fill
|
||
|
}
|
||
|
output "HDMI-A-1" {
|
||
|
mode 3840x2160@59.997Hz
|
||
|
pos 1920 0
|
||
|
transform normal
|
||
|
scale 1.1
|
||
|
scale_filter linear
|
||
|
adaptive_sync off
|
||
|
dpms on
|
||
|
bg ~/.config/sway/bkg2.jpg fill
|
||
|
}
|