Can I force window to open on top of other windows when opened by keyboard shortcut?
Posted
by
Rasmus
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Rasmus
Published on 2013-03-18T11:57:45Z
Indexed on
2014/06/13
3:42 UTC
Read the original article
Hit count: 335
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.
© Ask Ubuntu or respective owner