Update kanshi config to new device
This commit is contained in:
parent
6475998fc7
commit
5a30f2b135
|
@ -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 {
|
profile multihead-HDMI {
|
||||||
output eDP-1 enable
|
output eDP-1 enable
|
||||||
output HDMI-A-1 enable mode 1920x1080
|
output HDMI-A-1 enable mode 1920x1080
|
||||||
|
@ -22,5 +11,5 @@ profile multihead-HDMI {
|
||||||
|
|
||||||
profile nomad {
|
profile nomad {
|
||||||
output eDP-1 enable
|
output eDP-1 enable
|
||||||
exec light -S 70
|
exec light -S 50
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue