feat(sway): automatically load outputs from nwg-displays

This commit is contained in:
2025-09-12 15:59:26 +02:00
parent bc5a2b0aae
commit e9b92fcd3c
2 changed files with 21 additions and 0 deletions

View File

@@ -250,3 +250,4 @@ bar swaybar_command waybar
include /etc/sway/config.d/* include /etc/sway/config.d/*
include ./config.d/* include ./config.d/*
include ./outpus

20
.config/sway/outputs Normal file
View File

@@ -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
}