View Single Post
Posts: 1,808 | Thanked: 4,272 times | Joined on Feb 2011 @ Germany
#6
Originally Posted by laasonen View Post
Then you are probably going to have to make a script which selects the correct window with it's window identity to avoid closing every single one of them. You can get the list of open windows with this command:
Code:
wmctrl -l
I tried killing a single browser window with wmctrl -i -c <window id> but it closed all browser windows.
 

The Following 3 Users Say Thank You to reinob For This Useful Post: