diff options
Diffstat (limited to '.config/sway/config.d/hmbx-output')
-rw-r--r-- | .config/sway/config.d/hmbx-output | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/.config/sway/config.d/hmbx-output b/.config/sway/config.d/hmbx-output index 11126a7..63e2139 100644 --- a/.config/sway/config.d/hmbx-output +++ b/.config/sway/config.d/hmbx-output @@ -2,12 +2,19 @@ output "Dell Inc. DELL P2715Q 32R1F52CAMBL" { resolution 3840x2160 scale 1.6 # 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 P2715Q V48W265B409L" { resolution 3840x2160 scale 1.6 # requires gnome-backgrounds - bg /usr/share/backgrounds/gnome/adwaita-d.jpg fill + bg /usr/share/backgrounds/gnome/adwaita-d.jxl fill +} + +output "Samsung Electric Company Odyssey G95SC H1AK500000" { + resolution 5120x1440 + scale 1.0 + # requires gnome-backgrounds + bg /usr/share/backgrounds/gnome/adwaita-d.jxl fill } |