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