From f2fed87b08e4555234de463991358f8e72019733 Mon Sep 17 00:00:00 2001
From: Consolatis <35009135+Consolatis@users.noreply.github.com>
Date: Wed, 10 Aug 2022 07:05:19 +0200
Subject: [PATCH] Use "bemenu-run -n" for the A-F3 default keybind to be on top
of panels
Fixes #474
---
docs/rc.xml.all | 2 +-
src/config/rcxml.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/rc.xml.all b/docs/rc.xml.all
index 1468b9f7..7dec58fb 100644
--- a/docs/rc.xml.all
+++ b/docs/rc.xml.all
@@ -92,7 +92,7 @@
alacritty
- bemenu-run
+ bemenu-run -n
diff --git a/src/config/rcxml.c b/src/config/rcxml.c
index 243e0614..94ec08c8 100644
--- a/src/config/rcxml.c
+++ b/src/config/rcxml.c
@@ -503,7 +503,7 @@ static struct {
{ "A-Tab", "NextWindow", NULL },
{ "A-Escape", "Exit", NULL },
{ "W-Return", "Execute", "alacritty" },
- { "A-F3", "Execute", "bemenu-run" },
+ { "A-F3", "Execute", "bemenu-run -n" },
{ "A-F4", "Close", NULL },
{ "W-a", "ToggleMaximize", NULL },
{ "A-Left", "MoveToEdge", "left" },