From fd26b3544a53ea345132ee70360c22dfd6a07317 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Thu, 23 Sep 2021 09:22:52 +0300 Subject: [PATCH] Add kanshi config Dynamically manages outputs based on profiles. --- kanshi/config | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 kanshi/config diff --git a/kanshi/config b/kanshi/config new file mode 100644 index 0000000..a99a941 --- /dev/null +++ b/kanshi/config @@ -0,0 +1,10 @@ +profile external-dell { + output eDP-1 disable + # Dell P2416D, 23.8 inches, 123.41 PPI (see https://www.sven.de/dpi/) + # "make model serial" from `swaymsg -t get_outputs` + output "Dell Inc. DELL P2416D 6RC2C54O0NWS" mode 2560x1440 position 0,0 scale 1.75 +} + +profile internal { + output eDP-1 enable mode 2560x1440 scale 1.75 position 0,0 +}