dotfiles/desktop/.config/kanshi/config

36 lines
1.1 KiB
Text

output "LG Electronics W2442 0x000574E1" alias $left-screen
output "LG Electronics W2442 0x000574FD" alias $right-screen
profile dockedvert {
output $left-screen position 0,0 transform 90
output $right-screen position 1080,0
output eDP-1 disable
exec notify-send "💻 Display changed" "Applying vertical docked LG profile"
}
profile docked {
output $left-screen position 0,0 transform 0
output $right-screen position 1920,0 transform 0
output eDP-1 disable
exec notify-send "💻 Display changed" "Applying docked LG profile"
}
profile dockedall {
output $left-screen position 0,0
output $right-screen position 1920,0
output eDP-1 enable position 1080,1080
exec notify-send "💻 Display changed" "Applying docked 3-screen profile"
}
profile portableforce {
output $left-screen disable
output $right-screen disable
output eDP-1 enable position 0,0
exec notify-send "💻 Display changed" "Applying portable profile"
}
profile portable {
output eDP-1 enable position 0,0
exec notify-send "💻 Display changed" "Applying portable profile"
}