mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-28 07:23:07 +01:00
Fix: disable ueberzug if running wayland
This commit is contained in:
parent
72e5ef62c8
commit
6bea77ca18
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user