in krunner, I would like to search results within only one category. Especially "browser tabs".
Is there any keyword or search query to achieve that?
example query which I would love to have it working:
browsertabs:slack
Thanks in advance
in krunner, I would like to search results within only one category. Especially "browser tabs".
Is there any keyword or search query to achieve that?
example query which I would love to have it working:
browsertabs:slack
Thanks in advance
I searched some internet and found one answer here
However it doesn't give you "out of the box" solution to narrow results "on the fly" in default krunner popup. But it's sufficient enough.
To open the krunner in narrowed search popup:
qdbus org.kde.krunner /App querySingleRunner browsertabs "slack"
you can bind this command with a key in system settings > custom shortcuts than you just use shortkeys to directly open narrowed ppopup without need to open terminal.
To display “narrow search popup” without default query, remove “slack”.
Ps.: tip. in combination with xdotool you can send enter to automatically go to slack tab or sth.