mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-08-18 18:48:31 +02:00
Fix: disable ueberzug if running wayland
This commit is contained in:
@@ -7,7 +7,8 @@ is_kitty() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
use_ueberzug() {
|
use_ueberzug() {
|
||||||
exists ueberzug
|
[ -n "$WAYLAND_DISPLAY" ] && return 1
|
||||||
|
[ -n "$DISPLAY" ] && exists ueberzug
|
||||||
}
|
}
|
||||||
|
|
||||||
use_kitty() {
|
use_kitty() {
|
||||||
|
Reference in New Issue
Block a user