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 +++--- damb | 6 +++--- pirowatch | 6 +++--- yts | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) 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 diff --git a/damb b/damb index 4425ae7..66a8cb6 100755 --- a/damb +++ b/damb @@ -4,7 +4,7 @@ amb_dir="$HOME/.local/share/damb" pid_file="/tmp/damb.pid" config_dir="$HOME/.config/damb" -menu="dmenu" +menu="wmenu" die() { @@ -48,8 +48,8 @@ get_link() main() { - [ -z "$DISPLAY" ] && - menu="wmenu" + [ -z "$WAYLAND_DISPLAY" ] && + menu="dmenu" dep_check "$menu" diff --git a/pirowatch b/pirowatch index 4ed54ce..d5e7d0d 100755 --- a/pirowatch +++ b/pirowatch @@ -6,7 +6,7 @@ cache_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/pirowatch" torrent_dir="${DOWNLOADS:-$HOME/Downloads}" torrent_port=49110 dht_port=49130 -menu="dmenu" +menu="wmenu" die() { @@ -82,8 +82,8 @@ main() index= shift fi - [ -z "$DISPLAY" ] && - menu="wmenu" + [ -z "$WAYLAND_DISPLAY" ] && + menu="dmenu" dep_check "$menu" diff --git a/yts b/yts index 7401761..079c628 100755 --- a/yts +++ b/yts @@ -2,7 +2,7 @@ url_yts="https://yts.mx" proxy_yts="https://yts.torrentbay.to" -menu="dmenu" +menu="wmenu" die() { @@ -69,8 +69,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