dots

Dotfiles for Linux
Log | Files | Refs | README

commit 84068530de1fb609e9e679231d94b132969d0de7
parent 337f3be47aed5d58d3827d0d885cf5cecab40cde
Author: Chris Kiriakou <chris@kiriakou.net>
Date:   Wed, 19 Aug 2026 17:10:56 +0200

adjust output configurations

Diffstat:
Mkanshi/dot-config/kanshi/config | 58+++++++++-------------------------------------------------
1 file changed, 9 insertions(+), 49 deletions(-)

diff --git a/kanshi/dot-config/kanshi/config b/kanshi/dot-config/kanshi/config @@ -1,14 +1,9 @@ -profile framework { - output eDP-1 enable { - mode 2256x1504@59.999001Hz - position 0,0 - scale 1.5 - } +profile notebook { + output eDP-1 enable } profile desk { output "LG Electronics LG ULTRAFINE 508NTZNM6853" enable { mode 3840x2160@59.995998Hz - position 0,0 scale 1.5 adaptive_sync on } @@ -18,56 +13,21 @@ profile dock { output "LG Electronics LG ULTRAFINE 508NTZNM6853" enable { mode 3840x2160@59.995998Hz scale 1.5 - position 0,0 + adaptive_sync on } } profile extend { - output eDP-1 enable { - mode 2256x1504@59.999001Hz - scale 1.5 - position 0,0 - } + output eDP-1 enable output "LG Electronics LG ULTRAFINE 508NTZNM6853" enable { mode 3840x2160@59.995998Hz - scale 1.25 - position -784,-1728 - } -} -profile extend { - output eDP-1 enable { - mode 2256x1504@59.999001Hz scale 1.5 } - output DP-1 enable { - scale 1.25 - } } -# Mirror the two outputs in use, internal output is mirrored to external output profile mirror { - output eDP-1 enable { - mode 2256x1504@59.999001Hz - position 0,0 - scale 1.5 - } - output DP-1 enable { - position 0,-1504 - scale 1.5 - } - exec wl-present mirror eDP-1 --fullscreen-output DP-1 --fullscreen -} -profile external { - output eDP-1 disable - output "LG Electronics LG ULTRAFINE 508NTZNM6853" enable { - mode 3840x2160@59.995998Hz - position 0,0 - scale 1.5 - adaptive_sync on - } -} -profile external { - output eDP-1 disable - output DP-1 enable { - position 0,0 - scale 1.25 + output eDP-1 enable + output HDMI-A-1 enable { + mode 1920x1080@60.000000Hz + scale 1.0 } + exec wl-present mirror eDP-1 --fullscreen-output HDMI-A-1 --fullscreen }