diff --git a/config.d/00-output.conf b/config.d/00-output.conf index 3a723ab..ec42b5e 100644 --- a/config.d/00-output.conf +++ b/config.d/00-output.conf @@ -6,11 +6,43 @@ # # 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 +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.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 +}