DvdGiessen / kwin-toggleterminal

KWin script for toggling your terminal (or any other program) with a global hotkey
GNU General Public License v3.0
10 stars 3 forks source link

How to use this for multiple applications #5

Open abhishekmj303 opened 4 weeks ago

abhishekmj303 commented 4 weeks ago

Previously when using Qtile, I used to set multiple applications as scratchpads. I used to have a file manager (dolphin), system monitor (btop), music app (stopify) and terminal (kitty) in my scratchpad. Each app will have a seperate hotkey.

Is there any way to use this extension to extend this for multiple apps? Or can I just install the extension multple times? Or if not possible with the extension then how to use dbus-applauncher to make this happen?

DvdGiessen commented 4 weeks ago

Right now, there's only a single hotkey supported, since I only built it for my personal use case of opening my (single) terminal window. I think it should be relatively easy to add the option to support multiple apps, I'll keep that in mind for when I built an updated version. Alternatively PR's for this feature would are also be welcome.