yazi: add external-only profile
This commit is contained in:
parent
46c5bf2552
commit
6b79a838e7
|
|
@ -7,8 +7,18 @@ profile laptop-only {
|
|||
}
|
||||
}
|
||||
|
||||
profile external-only {
|
||||
output eDP-1 disable
|
||||
output HDMI-A-1 {
|
||||
mode 1920x1080
|
||||
position 0,0
|
||||
scale 1
|
||||
}
|
||||
}
|
||||
|
||||
profile docked {
|
||||
output eDP-1 {
|
||||
enable
|
||||
mode 1920x1080
|
||||
scale 1
|
||||
position 0,0
|
||||
|
|
|
|||
Loading…
Reference in New Issue