Add HDMI profile to kanshi
This commit is contained in:
parent
24ce922304
commit
f889076a8b
|
@ -1,4 +1,4 @@
|
||||||
profile multihead {
|
profile multihead-DP {
|
||||||
output eDP-1 enable
|
output eDP-1 enable
|
||||||
output DP-1 enable
|
output DP-1 enable
|
||||||
exec swaymsg workspace "1: ", move workspace to eDP-1
|
exec swaymsg workspace "1: ", move workspace to eDP-1
|
||||||
|
@ -10,6 +10,18 @@ profile multihead {
|
||||||
exec pkill waybar; waybar
|
exec pkill waybar; waybar
|
||||||
}
|
}
|
||||||
|
|
||||||
|
profile multihead-HDMI {
|
||||||
|
output eDP-1 enable
|
||||||
|
output HDMI-A-2 enable
|
||||||
|
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
|
||||||
|
exec pkill waybar; waybar
|
||||||
|
}
|
||||||
|
|
||||||
profile nomad {
|
profile nomad {
|
||||||
output eDP-1 enable mode 1920x1080
|
output eDP-1 enable mode 1920x1080
|
||||||
exec light -S 70
|
exec light -S 70
|
||||||
|
|
Loading…
Reference in New Issue