From b1ddc870457d998d08938af6b6dcced357d56278 Mon Sep 17 00:00:00 2001 From: sinanmohd Date: Sat, 11 Mar 2023 15:14:30 +0530 Subject: menu: prioritize wayland even when xwayland is available --- 1337x | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '1337x') diff --git a/1337x b/1337x index a1d5bc3..04254a7 100755 --- a/1337x +++ b/1337x @@ -2,7 +2,7 @@ url_1337x="https://1337x.to" proxy_1337x="https://1337x.torrentbay.to" -menu="dmenu" +menu="wmenu" die() { @@ -59,8 +59,8 @@ main() out= query= - [ -z "$DISPLAY" ] && - menu="wmenu" + [ -z "$WAYLAND_DISPLAY" ] && + menu="dmenu" if [ "$#" -gt 0 ] && [ "$1" = "-o" ] then out=true -- cgit v1.2.3