From 5a30f2b135cd200db02efb13adeb36581123867a Mon Sep 17 00:00:00 2001 From: coolneng Date: Sat, 13 Jan 2024 17:19:44 +0100 Subject: [PATCH] Update kanshi config to new device --- kanshi/.config/kanshi/config | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/kanshi/.config/kanshi/config b/kanshi/.config/kanshi/config index c5dadb4..1852aa1 100644 --- a/kanshi/.config/kanshi/config +++ b/kanshi/.config/kanshi/config @@ -1,14 +1,3 @@ -profile multihead-DP { - output eDP-1 enable - output DP-1 enable mode 1920x1080 - exec swaymsg workspace "1: ", move workspace to eDP-1 - exec swaymsg workspace "3: ", move workspace to eDP-1 - exec swaymsg workspace "2: ", move workspace to DP-1 - exec swaymsg workspace "4: ", move workspace to DP-1 - exec light -S 100 - exec light -s sysfs/leds/tpacpi::kbd_backlight -S 0 -} - profile multihead-HDMI { output eDP-1 enable output HDMI-A-1 enable mode 1920x1080 @@ -22,5 +11,5 @@ profile multihead-HDMI { profile nomad { output eDP-1 enable - exec light -S 70 + exec light -S 50 }