Use "bemenu-run -n" for the A-F3 default keybind to be on top of panels

Fixes #474
This commit is contained in:
Consolatis 2022-08-10 07:05:19 +02:00
parent 32b176e05e
commit f2fed87b08
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@
<action name="Execute"><command>alacritty</command></action>
</keybind>
<keybind key="A-F3">
<action name="Execute"><command>bemenu-run</command></action>
<action name="Execute"><command>bemenu-run -n</command></action>
</keybind>
<keybind key="A-F4">
<action name="Close" />

View file

@ -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" },