aboutsummaryrefslogtreecommitdiff
path: root/damb
diff options
context:
space:
mode:
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"