Marty Oehme
580f8e1452
Added a profile for having all my screens display something when docked (when usually the internal screen is turned off) as well as to *only* display the internal screen even when connected to the dock (should the need ever arise).
32 lines
1.1 KiB
Text
32 lines
1.1 KiB
Text
profile docked {
|
|
output "LG Electronics W2442 0x000075FD" position 1920,0
|
|
output "LG Electronics W2442 0x000075E1" position 0,0
|
|
output eDP-1 disable
|
|
exec notify-send "💻 Display changed" "Applying docked LG profile"
|
|
}
|
|
|
|
profile docked {
|
|
output "Goldstar Company Ltd W2442 0x000075FD" position 1920,0
|
|
output "Goldstar Company Ltd W2442 0x000075E1" position 0,0
|
|
output eDP-1 disable
|
|
exec notify-send "💻 Display changed" "Applying docked Goldstar profile"
|
|
}
|
|
|
|
profile dockedall {
|
|
output "LG Electronics W2442 0x000075FD" position 1920,0
|
|
output "LG Electronics W2442 0x000075E1" position 0,0
|
|
output eDP-1 enable position 960,1080
|
|
exec notify-send "💻 Display changed" "Applying docked 3-screen profile"
|
|
}
|
|
|
|
profile portable {
|
|
output "LG Electronics W2442 0x000075FD" disable
|
|
output "LG Electronics W2442 0x000075E1" disable
|
|
output eDP-1 enable position 0,0
|
|
exec notify-send "💻 Display changed" "Applying portable profile"
|
|
}
|
|
|
|
profile portable {
|
|
output eDP-1 enable position 0,0
|
|
exec notify-send "💻 Display changed" "Applying portable profile"
|
|
}
|