mirror of
https://github.com/labwc/labwc.git
synced 2026-04-10 08:21:07 -04:00
Use "bemenu-run -n" for the A-F3 default keybind to be on top of panels
Fixes #474
This commit is contained in:
parent
32b176e05e
commit
f2fed87b08
2 changed files with 2 additions and 2 deletions
|
|
@ -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" />
|
||||
|
|
|
|||
|
|
@ -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" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue