18 lines
610 B
Text
18 lines
610 B
Text
profile docked {
|
|
output eDP-1 disable
|
|
output "LG Electronics W2442 0x000075FD" position 1920,0
|
|
output "LG Electronics W2442 0x000075E1" position 0,0
|
|
exec notify-send "💻 Display changed" "Applying docked profile"
|
|
}
|
|
|
|
profile docked {
|
|
output eDP-1 disable
|
|
output "Goldstar Company Ltd W2442 0x000075FD" position 1920,0
|
|
output "Goldstar Company Ltd W2442 0x000075E1" position 0,0
|
|
exec notify-send "💻 Display changed" "Applying docked profile"
|
|
}
|
|
|
|
profile portable {
|
|
output eDP-1 enable position 0,0
|
|
exec notify-send "💻 Display changed" "Applying portable profile"
|
|
}
|