Refine image preview integration
This commit is contained in:
parent
9dcef02e0d
commit
912de45e19
5 changed files with 43 additions and 48 deletions
|
|
@ -89,7 +89,7 @@ func (m *imageOverlayManager) backendOutput() string {
|
|||
case os.Getenv("DISPLAY") != "":
|
||||
order = append(order, "x11")
|
||||
}
|
||||
order = append(order, "wayland", "x11", "sixel", "kitty", "chafa")
|
||||
order = append(order, "wayland", "x11", "sixel", "kitty")
|
||||
|
||||
unique := make([]string, 0, len(order))
|
||||
for _, backend := range order {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue