kanshi: Fix screen names for new kernel
This commit is contained in:
parent
b2d7666b07
commit
6defdd3f33
1 changed files with 8 additions and 8 deletions
|
@ -1,27 +1,27 @@
|
||||||
profile docked {
|
profile docked {
|
||||||
output "LG Electronics W2442 0x000075FD" position 1920,0
|
output "LG Electronics W2442 0x000574FD" position 1920,0
|
||||||
output "LG Electronics W2442 0x000075E1" position 0,0
|
output "LG Electronics W2442 0x000574E1" position 0,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 docked {
|
profile docked {
|
||||||
output "Goldstar Company Ltd W2442 0x000075FD" position 1920,0
|
output "Goldstar Company Ltd W2442 0x000574FD" position 1920,0
|
||||||
output "Goldstar Company Ltd W2442 0x000075E1" position 0,0
|
output "Goldstar Company Ltd W2442 0x000574E1" position 0,0
|
||||||
output eDP-1 disable
|
output eDP-1 disable
|
||||||
exec notify-send "💻 Display changed" "Applying docked Goldstar profile"
|
exec notify-send "💻 Display changed" "Applying docked Goldstar profile"
|
||||||
}
|
}
|
||||||
|
|
||||||
profile dockedall {
|
profile dockedall {
|
||||||
output "LG Electronics W2442 0x000075FD" position 1920,0
|
output "LG Electronics W2442 0x000574FD" position 1920,0
|
||||||
output "LG Electronics W2442 0x000075E1" position 0,0
|
output "LG Electronics W2442 0x000574E1" position 0,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 portable {
|
profile portable {
|
||||||
output "LG Electronics W2442 0x000075FD" disable
|
output "LG Electronics W2442 0x000574FD" disable
|
||||||
output "LG Electronics W2442 0x000075E1" disable
|
output "LG Electronics W2442 0x000574E1" 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"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue