From d1338a46b3a632bf3e5b67a12581868bd2c9fcc5 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 31 Jan 2022 20:19:57 +0300 Subject: [PATCH] Add HP monitor to kanshi config --- dotfiles/config/kanshi/config | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dotfiles/config/kanshi/config b/dotfiles/config/kanshi/config index 9710d33..30edff4 100644 --- a/dotfiles/config/kanshi/config +++ b/dotfiles/config/kanshi/config @@ -5,6 +5,13 @@ profile external-dell { output "Dell Inc. DELL P2416D 6RC2C54O0NWS" mode 2560x1440 position 0,0 scale 1.75 } +profile external-hp { + output eDP-1 disable + # HP E233, 23 inches, 95.78 PPI (see https://www.sven.de/dpi/) + # "make model serial" from `swaymsg -t get_outputs` + output "Unknown HP E233 CNC8341KND" mode 1920x1080 position 0,0 scale 1.33 +} + profile internal { {%@@ if profile == "knafeh" @@%} output eDP-1 enable mode 2560x1440 scale 1.75 position 0,0