You are not logged in.
Is there a way to make the Whisker Menu appear centered over the application icon?
Look at the picture.
Last edited by AliReda (2025-10-10 00:16:46)
Offline
Hello and welcome.
You could use devilspie to force the window to a set location. The application itself doesn't exactly do this - you could use the "xfce4-popup-whiskermenu -c" command to pop it up at the centre of the screen, but nothing natively.
~/.devilspie/wm.ds:
(if (is (window_name) "Whisker Menu")
(begin
(geometry "450x500+631+540")
)
)
...not that the devlispie executable needs to be running.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
[ Generated in 0.011 seconds, 7 queries executed - Memory usage: 541.43 KiB (Peak: 553.98 KiB) ]