aboutsummaryrefslogtreecommitdiff
path: root/damb
diff options
context:
space:
mode:
authorsinanmohd <pcmsinan@gmail.com>2023-03-11 15:14:30 +0530
committersinanmohd <pcmsinan@gmail.com>2023-03-11 19:05:05 +0530
commitb1ddc870457d998d08938af6b6dcced357d56278 (patch)
treec01612eff48f4ad656e47b8f167f9996053062ae /damb
parent246d9473584277981586021a22087b115c78ef19 (diff)
menu: prioritize wayland even when xwayland is available
Diffstat (limited to 'damb')
-rwxr-xr-xdamb6
1 files changed, 3 insertions, 3 deletions
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"