diff --git a/.config/sway/config b/.config/sway/config index e8b8661..10175f9 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -250,3 +250,4 @@ bar swaybar_command waybar include /etc/sway/config.d/* include ./config.d/* +include ./outpus \ No newline at end of file diff --git a/.config/sway/outputs b/.config/sway/outputs new file mode 100644 index 0000000..78e2bf3 --- /dev/null +++ b/.config/sway/outputs @@ -0,0 +1,20 @@ +# Generated by nwg-displays on 2025-09-12 at 15:55:18. Do not edit manually. + +output "eDP-1" { + mode 1920x1080@60.001Hz + pos 1920 1080 + transform normal + scale 1.0 + scale_filter nearest + adaptive_sync off + dpms on +} +output "DP-2" { + mode 1920x1080@60.0Hz + pos 1920 0 + transform normal + scale 1.0 + scale_filter nearest + adaptive_sync off + dpms on +}