From 5ca208967edd85879155a10094acdc715d53e354 Mon Sep 17 00:00:00 2001 From: coolneng Date: Sun, 13 Sep 2020 17:09:58 +0200 Subject: [PATCH] Turn off keyboard backlight when multihead --- kanshi/.config/kanshi/config | 1 + 1 file changed, 1 insertion(+) diff --git a/kanshi/.config/kanshi/config b/kanshi/.config/kanshi/config index fc48466..3c00339 100644 --- a/kanshi/.config/kanshi/config +++ b/kanshi/.config/kanshi/config @@ -4,6 +4,7 @@ profile multihead { exec swaymsg workspace "2: ", move workspace to HDMI-A-2 exec swaymsg workspace "4: ", move workspace to HDMI-A-2 exec light -S 100 + exec light -s sysfs/leds/tpacpi::kbd_backlight -S 0 } profile nomad {