kanshi: Add aliases to config

This commit is contained in:
Marty Oehme 2025-08-23 12:36:28 +02:00
parent 6b91ca2609
commit 47736f5941
Signed by: Marty
GPG key ID: 4E535BC19C61886E

View file

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