You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[`libX11`](https://gitlab.freedesktop.org/xorg/lib/libx11): At least one of them sould be present in X11 sessions for better resolution detection and faster WM detection. The `*randr` ones provide multi monitor support. The `libxcb*` ones usually have better performance.
[`libX11`](https://gitlab.freedesktop.org/xorg/lib/libx11): At least one of them sould be present in X11 sessions for better resolution detection and faster WM detection. The `*randr` ones provide multi monitor support. The `libxcb*` ones usually have better performance.
28
28
*[`libwayland-client`](https://wayland.freedesktop.org/): Better resolution performance and output in wayland sessions. Supports different refresh rates per monitor.
29
29
*[`libGIO`](https://developer.gnome.org/gio/unstable/): Needed for values that are only stored GSettings.
30
30
*[`libDConf`](https://developer.gnome.org/dconf/unstable/): Needed for values that are only stored in DConf + Fallback for GSettings.
31
31
*[`libmagickcore` (ImageMagick)](https://www.imagemagick.org/): Images in terminal using sixel or kitty graphics protocol.
32
32
*[`libchafa`](https://github.com/hpjansson/chafa): Image output as ascii art.
33
33
*[`libZ`](https://www.zlib.net/): Faster image output when using kitty graphics protocol.
34
34
*[`libDBus`](https://www.freedesktop.org/wiki/Software/dbus): Needed for detecting current media player and song.
35
-
*[`libGL`](https://dri.freedesktop.org/wiki/libGL/):OpenGL module. At least one context creation library must be present too.
36
-
*[`libEGL`](https://www.khronos.org/registry/EGL/): OpenGL module, using EGL context.
37
-
*[`libGLX`](https://dri.freedesktop.org/wiki/GLX/): OpenGL module, using GLX context.
0 commit comments