mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2024-11-24 13:53: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() {
|
||||
exists ueberzug
|
||||
[ -n "$WAYLAND_DISPLAY" ] && return 1
|
||||
[ -n "$DISPLAY" ] && exists ueberzug
|
||||
}
|
||||
|
||||
use_kitty() {
|
||||
|
Loading…
Reference in New Issue
Block a user