The wmctrl tag has no wiki summary.
1
vote
0answers
65 views
Trouble installing `wmctrl`
It seems that wmctrl is not installed on my system (Mac OS 10.8), but when I try to install it by cloning a git repo and following the instructions (./configure, make, make install), running make ...
0
votes
0answers
78 views
xubuntu, wmctrl listing a single large display when I have two monitors
I currently have two monitors connected to my computer, the following:
[ON LEFT] [ON RIGHT]
1920x1200 1600x900
When I run wmctrol -d I get the following output:
0 * DG: 1152x864 VP: 0,0 ...
3
votes
3answers
967 views
Is there a command line utility equivalent to wmctrl on Windows
I'm trying to write a remote window manager so that I can control my open windows via bluetooth using anyremote. There's wmctrl for Linux that manages windows from the command line. Is there similar ...
2
votes
1answer
953 views
wmctrl says I have one workspace when I actually have four
I'm trying to create one gvim per workspace using this script as a starting point: http://www.openhex.org/notes/2011/1/27/one-vim-server-per-desktops
I know when I first found this script months ago, ...