I’ve been looking for a way to start specific applications on specific desktops so things are more organized. For example I like to have my mail client (KMail) on the second desktop out of the way but there when I need it and I don’t like having to either start it in that desktop or move it to desktop two if I’ve had the application start automatically.
The utility to achieve this is kstart which is used to launch applications with special window properties such as to be full screen, below other windows or to not have an entry on the taskbar. The syntax is as follows;
user@host ~$ kstart [options] command
the specific argument (option) for my example is –desktop 2 and the whole command ‘kstart –desktop 2 kmail’ I’ve got mine set up as a .desktop shortcut in ~/kde/Autostart but you don’t have to have it there or use it in shortcuts it could be used in scripts or anywhere. I think this utility is great hence the post and hopefully it’ll take people less time than it did me to find the answer in future.
Recent Comments