3
votes
3answers
139 views

Run programs that require a window manager, on the CLI

Is there any way I can run a game server (MW3) under wine without requiring a window manager present? Currently to run windows only game servers on my Ubuntu box, I have to start them using RDP ...
1
vote
2answers
3k views

How to switch windows manager on-the-fly?

I know there's a command to let compiz take over from whatever windows manager is running, using compiz --replace &, same for unity with unity --replace &. What are the similar commands for ...
3
votes
3answers
4k views

Is it possible to use nmcli completely without nm-applet?

Since I don't use GNOME now and try wmii, the nm-applet is no longer available for me.I know there is nmcli for the control. What I'm really interested in is that can it really be a substitute for ...
1
vote
1answer
375 views

What's the best way to implement a script for tiling windows?

I just upgraded to ubuntu 11.04, and I am looking for a good way to tile windows. What I need is just to move window to the left or right half side of the screen, and bind the actions to some keyboard ...
4
votes
2answers
1k views

Shell command to bring a program window in front of another?

Does a shell command exist to bring a already started program in gnome in the front of another. i.e.: Gedit and Nautilus are started. Nautilus is in the background and Gedit in the foreground. How ...
13
votes
4answers
4k views

Can I minimize a window from the command line?

I would like to be able to choose any already-open window and minimize it from the command line. Is this possible?