From c56bf8c4bf567727e2177691407bbd306f6cb36f Mon Sep 17 00:00:00 2001 From: David Runge Date: Sun, 3 Dec 2023 13:26:24 +0100 Subject: sway: Add output configuration for hmbx Signed-off-by: David Runge --- .config/sway/config.d/hmbx-output | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .config/sway/config.d/hmbx-output (limited to '.config/sway/config.d/hmbx-output') diff --git a/.config/sway/config.d/hmbx-output b/.config/sway/config.d/hmbx-output new file mode 100644 index 0000000..11126a7 --- /dev/null +++ b/.config/sway/config.d/hmbx-output @@ -0,0 +1,13 @@ +output "Dell Inc. DELL P2715Q 32R1F52CAMBL" { + resolution 3840x2160 + scale 1.6 + # requires gnome-backgrounds + bg /usr/share/backgrounds/gnome/adwaita-d.jpg fill +} + +output "Dell Inc. DELL P2715Q V48W265B409L" { + resolution 3840x2160 + scale 1.6 + # requires gnome-backgrounds + bg /usr/share/backgrounds/gnome/adwaita-d.jpg fill +} -- cgit v1.2.3-54-g00ecf