Update kanshi config to new device

This commit is contained in:
coolneng 2024-01-13 17:19:44 +01:00
parent 6475998fc7
commit 5a30f2b135
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 1 additions and 12 deletions

View File

@ -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
}