aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index 1c93147..2758ebc 100644
--- a/config.h
+++ b/config.h
@@ -162,6 +162,6 @@ printgaps(const Arg *arg)
if (!selmon)
return;
char *cmd = malloc(sizeof(*cmd) * 24);
- sprintf(cmd, "notify-send \"Gaps=%d\"", selmon->gappx);
+ sprintf(cmd, "notify-send -u low \"Gaps=%d\"", selmon->gappx);
system(cmd);
}