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 }