You are not logged in.
a bash script on another forum
https://bbs.archlinux.org/viewtopic.php?id=119020
Troll = not a fanatic
Offline
I also like the tip from my blog: http://magnatecha.com/useful-commands-a … nment.html
You can assign hotkeys to certain window arrangements. This example assigns super+left, super+right and super+up to move the window to the left half of the screen, the right, and maximize it, respectively:
<keybind key="W-Left">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>50%</width>
</action>
<action name="MoveToEdgeWest"/>
</keybind>
<keybind key="W-Right">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>50%</width>
</action>
<action name="MoveToEdgeEast"/>
</keybind>
<keybind key="W-Up">
<action name="MaximizeFull"/>
</keybind>You just throw that in your rc.xml
Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.