use nwg-displays output

This commit is contained in:
Vladan Popovic 2023-05-03 15:24:49 +02:00
parent 2bae3f06bd
commit 85c1affbdc
1 changed files with 40 additions and 8 deletions

View File

@ -6,11 +6,43 @@
# #
# You can get the names of your outputs by running: swaymsg -t get_outputs # You can get the names of your outputs by running: swaymsg -t get_outputs
# #
output DP-1 bg ~/.config/sway/bkg2.jpg fill output "eDP-1" {
output DP-1 scale 1.2 res 3840x2160 pos 0 0 mode 1920x1080@60.033Hz
output DP-2 bg ~/.config/sway/bkg2.jpg fill pos 0 720
output DP-2 scale 1.2 res 3840x2160 pos 0 0 transform normal
output HDMI-A-1 bg ~/.config/sway/bkg2.jpg fill scale 1.0
output HDMI-A-1 scale 1.2 res 3840x2160 pos 0 0 scale_filter nearest
output eDP-1 bg ~/.config/sway/bkg.jpg fill adaptive_sync off
output eDP-1 scale 1.0 res 1920x1080 pos 640 1800 dpms on
bg ~/.config/sway/bkg.jpg fill
}
output "DP-1" {
mode 3840x2160@59.997Hz
pos 1920 0
transform normal
scale 1.2
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.2
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.2
scale_filter linear
adaptive_sync off
dpms on
bg ~/.config/sway/bkg2.jpg fill
}