
| Take charge of your window manager with WMCTRL and Devil's Pie |
| From: linux.com read times: 98 |
Provided by yangyi at 2007-12-22 21:16:54 |
There are literally dozens of window managers that you can use with your favorite desktop environment to get a beautiful and appealing desktop. If you want to fine-tune your window manager, here are two programs that can help you control everything from application window size to pinning an application to all workspaces to fixing a position for your application windows to resizing desktops. One, wmctrl, works with any window managers that adheres to the Extended Window Manager Hints (EWMH), while Devil's Pie is a window-matching utility, which means it can configure application windows based on defined rules. wmctrl is a command-line utility that can be used to manipulate or control various aspects of application windows and the desktop environment. Fedora and Ubuntu users can use yum or apt-get respectively to install wmctrl on their machines, or you can grab the compressed tarball from the software's Web site. According to the site, wmctrl is known to work with IceWM, Blackbox, Metacity, Openbox, Kwin, Enlightenment, and several other window managers. There isn't much documentation for wmctrl, but the detailed man page is enough to start you in the right direction. The command wmctrl -l 0x03400175 0 localhost.localdomain XChat: linuxlala @ FreeNode (formerly OpenProjects.net) / #fedora (+tncrRL) 0x0240007e 0 localhost.localdomain Gmail - Inbox (33) - Mozilla Firefox 0x03c00035 0 localhost.localdomain wmctrl_devilspie_article (~/Desktop) - gedit 0x03e0001e 0 localhost.localdomain linuxlala@localhost:~ To manipulate any window, you need to know its title. The command, You can also resize windows with wmctrl using the ...... Please access the below link to view the full content. Original link: http://www.linux.com/feature/122471 |