kanshi: Add vertical docked configuration
This commit is contained in:
parent
47736f5941
commit
8005f034d1
1 changed files with 7 additions and 0 deletions
|
|
@ -2,6 +2,13 @@
|
|||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue