diff options
-rw-r--r-- | .config/sway/config.d/frmwrk-output | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/.config/sway/config.d/frmwrk-output b/.config/sway/config.d/frmwrk-output index eba89d9..b4027a0 100644 --- a/.config/sway/config.d/frmwrk-output +++ b/.config/sway/config.d/frmwrk-output @@ -2,5 +2,16 @@ output eDP-1 { resolution 2256x1504 scale 1.5 # requires gnome-backgrounds - bg /usr/share/backgrounds/gnome/adwaita-d.jpg fill + # bg /usr/share/backgrounds/gnome/adwaita-d.jxl fill +} + +output "Dell Inc. DELL S2722QC 2JG4MD3" { + resolution 3840x2160 + scale 1.5 + # bg /usr/share/backgrounds/gnome/adwaita-d.jxl fill +} + +output "Samsung Electric Company SAMSUNG 0x01000E00" { + resolution 3840x2160 + scale 1.5 } |