aboutsummaryrefslogtreecommitdiffstats
path: root/.config/sway/config.d/hmbx-output
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2023-12-03 13:26:24 +0100
committerDavid Runge <dave@sleepmap.de>2023-12-03 13:26:24 +0100
commitc56bf8c4bf567727e2177691407bbd306f6cb36f (patch)
treeb7afc726086dec001de7265f5d6d94105cb2644d /.config/sway/config.d/hmbx-output
parent73ba5583534a0b8ddf679d43ff58ed0200ee64a1 (diff)
downloaddotfiles-c56bf8c4bf567727e2177691407bbd306f6cb36f.tar.gz
dotfiles-c56bf8c4bf567727e2177691407bbd306f6cb36f.tar.bz2
dotfiles-c56bf8c4bf567727e2177691407bbd306f6cb36f.tar.xz
dotfiles-c56bf8c4bf567727e2177691407bbd306f6cb36f.zip
sway: Add output configuration for hmbx
Signed-off-by: David Runge <dave@sleepmap.de>
Diffstat (limited to '.config/sway/config.d/hmbx-output')
-rw-r--r--.config/sway/config.d/hmbx-output13
1 files changed, 13 insertions, 0 deletions
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
+}