Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wayland Ueberzug++ backend makes the image fly in #273

Open
UnaTried opened this issue Jan 29, 2025 · 1 comment
Open

Wayland Ueberzug++ backend makes the image fly in #273

UnaTried opened this issue Jan 29, 2025 · 1 comment

Comments

@UnaTried
Copy link
Contributor

UnaTried commented Jan 29, 2025

When I open an image or a file with an image, the image flies into the page. Everytime I scroll downwards while the image is still visible it flies in again, and that for every individual scroll

2025-01-29.18-44-12.mp4

My config:


require("image").setup({
  backend = "ueberzug",
  processor = "magick_cli",
  integrations = {
    markdown = {
      enabled = true,
      clear_in_insert_mode = true,
      download_remote_images = true,
      only_render_image_at_cursor = true,
      floating_windows = true, -- if true, images will be rendered in floating markdown windows
      filetypes = { "markdown", "vimwiki" }, -- markdown extensions (ie. quarto) can go here
    },
    neorg = {
      enabled = true,
      filetypes = { "norg" },
    },
    typst = {
      enabled = true,
      filetypes = { "typst" },
    },
    html = {
      enabled = true,
    },
    css = {
      enabled = true,
    },
  },
  max_width = nil,
  max_height = nil,
  max_width_window_percentage = nil,
  max_height_window_percentage = 50,
  window_overlap_clear_enabled = false, -- toggles images when windows are overlapped
  window_overlap_clear_ft_ignore = { "cmp_menu", "cmp_docs", "" },
  editor_only_render_when_focused = false, -- auto show/hide images when the editor gains/looses focus
  tmux_show_only_in_active_window = false, -- auto show/hide images in the correct Tmux window (needs visual-activity off)
  hijack_file_patterns = { "*.png", "*.jpg", "*.jpeg", "*.gif", "*.webp", "*.avif" }, -- render image files as images when opened
})
@UnaTried
Copy link
Contributor Author

OBS must have had some error when recording, but the error is still visible

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant