Skip to content

Commit 6e43a44

Browse files
committed
always show menu entries with anyrun
1 parent 06216e6 commit 6e43a44

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyprland/adapters/menus.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ class AnyrunMenu(MenuEngine):
115115
"""A bemenu based menu."""
116116

117117
proc_name = "anyrun"
118-
proc_extra_parameters = "--plugins libstdin.so"
118+
proc_extra_parameters = "--plugins libstdin.so --show-results-immediately true"
119119

120120

121121
every_menu_engine = [TofiMenu, RofiMenu, WofiMenu, BemenuMenu, DmenuMenu, AnyrunMenu]

pyprland/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Package version."""
22

3-
VERSION = "2.4.0-2"
3+
VERSION = "2.4.0-3"

0 commit comments

Comments
 (0)