kanshi: Add aliases to config
This commit is contained in:
parent
6b91ca2609
commit
47736f5941
1 changed files with 10 additions and 6 deletions
|
|
@ -1,20 +1,24 @@
|
|||
|
||||
output "LG Electronics W2442 0x000574E1" alias $left-screen
|
||||
output "LG Electronics W2442 0x000574FD" alias $right-screen
|
||||
|
||||
profile docked {
|
||||
output "LG Electronics W2442 0x000574FD" position 1920,0
|
||||
output "LG Electronics W2442 0x000574E1" position 0,0
|
||||
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 "LG Electronics W2442 0x000574FD" position 1920,0
|
||||
output "LG Electronics W2442 0x000574E1" position 0,0
|
||||
output $left-screen position 0,0
|
||||
output $right-screen position 1920,0
|
||||
output eDP-1 enable position 960,1080
|
||||
exec notify-send "💻 Display changed" "Applying docked 3-screen profile"
|
||||
}
|
||||
|
||||
profile portableforce {
|
||||
output "LG Electronics W2442 0x000574FD" disable
|
||||
output "LG Electronics W2442 0x000574E1" disable
|
||||
output $left-screen disable
|
||||
output $right-screen disable
|
||||
output eDP-1 enable position 0,0
|
||||
exec notify-send "💻 Display changed" "Applying portable profile"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue