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 | 11 ----------- .config/sway/config.d/hmbx-output | 13 +++++++++++++ 2 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 .config/sway/config.d/hmbx create mode 100644 .config/sway/config.d/hmbx-output diff --git a/.config/sway/config.d/hmbx b/.config/sway/config.d/hmbx deleted file mode 100644 index afb7c01..0000000 --- a/.config/sway/config.d/hmbx +++ /dev/null @@ -1,11 +0,0 @@ -output "Dell Inc. DELL P2715Q 32R1F52CAMBL" { - resolution 3840x2160 - scale 1.6 - bg /usr/share/backgrounds/gnome/adwaita-d.jpg fill -} - -output "Dell Inc. DELL P2715Q V48W265B409L" { - resolution 3840x2160 - scale 1.6 - bg /usr/share/backgrounds/gnome/adwaita-d.jpg fill -} 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