From 426f13f7ba632b56a52e0d1cdb5b3f728350c14e Mon Sep 17 00:00:00 2001 From: Andrew Scott Date: Mon, 19 Feb 2024 20:46:40 -0500 Subject: [PATCH] Add dual-off profile --- dot_config/kanshi/config | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/dot_config/kanshi/config b/dot_config/kanshi/config index 26261e5..407429d 100644 --- a/dot_config/kanshi/config +++ b/dot_config/kanshi/config @@ -1,8 +1,13 @@ profile dual { - output DP-1 position 0,0 - output DP-2 position 1920,0 + output DP-1 enable + output DP-2 enable position 1920,0 +} + +profile dual-off { + output DP-1 disable + output DP-2 disable } profile laptop { - output eDP-1 mode 3840x2160@60Hz position 0,0 scale 2 + output eDP-1 enable mode 3840x2160@60Hz scale 2 }