wmaker: launching script using specific virtual desktop and placement
by RudyMartin from LinuxQuestions.org on (#6J775)
hi all
at work I use WindowMaker with 10 virtual desktops on a dual display setup.
Since I manage serveral virtual machines on the data center, I usually open up several scripts, using konsole, like this:
Code:rudy@rudy:~/bin/logs/restapi$ cat access.sh
#!/bin/bash
echo /var/log/messages restapi access
ssh root@repodev tail -f /var/log/apache2/access.log | grep "\" 200 " -vfrom WMaker menu I configured several menu entries which looks like this:
Code:konsole -e /home/rudy/bin/logs/restapi/access.shwhat I would like to know (since google fails me on this one, giving me entries about Micro$oft Windows) if it would be possible to run the script but forcing wmaker to place it under specific desktop on specific location and size.
The real final objective is to be able to launch all those scripts at login.
thanks
at work I use WindowMaker with 10 virtual desktops on a dual display setup.
Since I manage serveral virtual machines on the data center, I usually open up several scripts, using konsole, like this:
Code:rudy@rudy:~/bin/logs/restapi$ cat access.sh
#!/bin/bash
echo /var/log/messages restapi access
ssh root@repodev tail -f /var/log/apache2/access.log | grep "\" 200 " -vfrom WMaker menu I configured several menu entries which looks like this:
Code:konsole -e /home/rudy/bin/logs/restapi/access.shwhat I would like to know (since google fails me on this one, giving me entries about Micro$oft Windows) if it would be possible to run the script but forcing wmaker to place it under specific desktop on specific location and size.
The real final objective is to be able to launch all those scripts at login.
thanks