In osx you can set a shortcut keybinding for any app (using Better Touch Tool), and when you press that key, if the app is not open, it will be opened, otherwise it will be brought in the front. I am wondering how this can be achieved in kde.
Asked
Active
Viewed 575 times
4
wmctile summon_or_run 'appname' 'cmd_to_run'
. Get the proper name by looking atwmctrl -lx
output. You can bind hotkeys for that by xbindkeys or anything else. – mreq Sep 19 '14 at 08:36