kanshi: Fix for black screen
Sometimes kanshi will keep docked mode (only external screens) enabled while keeping them turned off and, sometimes even internal screen black. This attempts to fix it.
This commit is contained in:
parent
1e84deff03
commit
28825adc5d
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
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"
|
||||
output eDP-1 disable
|
||||
exec notify-send "💻 Display changed" "Applying docked LG 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"
|
||||
output eDP-1 disable
|
||||
exec notify-send "💻 Display changed" "Applying docked Goldstar profile"
|
||||
}
|
||||
|
||||
profile portable {
|
||||
|
|
Loading…
Reference in a new issue