From e40e0d2baa0faaf6bffcf73f1049d38f92ebdcfc Mon Sep 17 00:00:00 2001 From: thek4n Date: Tue, 28 Apr 2026 19:50:13 +0300 Subject: [PATCH] kasnhi --- home/user/.config/kanshi/config | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/home/user/.config/kanshi/config b/home/user/.config/kanshi/config index 8b1d249..172708e 100644 --- a/home/user/.config/kanshi/config +++ b/home/user/.config/kanshi/config @@ -1,10 +1,22 @@ +output "LG Electronics LG TV 0x01010101" { + mode 1920x1080 + scale 1 + alias $HOME_TV +} + +output "LG Electronics MP59G 0x000732C8" { + mode 1920x1080 + scale 1 + alias $HOME_MONITOR +} + profile home_one { - output DP-1 mode 1920x1080 position 0,0 + output $HOME_MONITOR position 0,0 enable } profile home { - output DP-1 mode 1920x1080 position 0,0 - output HDMI-A-1 mode 1920x1080 position 450,-1080 + output $HOME_MONITOR position 0,0 enable + output $HOME_TV position 450,-1080 enable } profile office {