Can I force window to open on top of other windows when opened by keyboard shortcut?
- by Rasmus
I use SpaceFM as my primary file manager on Ubuntu. I typically open folder directly by keyboard shortcuts, so, e.g. Ctrl+Super+W opens my Work folder.
Specifically, I use execute the command spacefm -w /home/rasmus/Work/ by the above shortcut, with the -w ensuring that SpaceFM opens a new window.
However, this new window is not always open on top of the last active window on the workspace. This is rather annoying, as it means I sometimes have to "dig" for the newly opened window.
So, my question is: Is there something additional I can add to the executed command that will ensure that the fresh window is opened on top?
Alternative solutions to the same effect are welcome.