SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2012-08-23 18:19:42

ChickenPie4Tea
#! Junkie
Registered: 2012-02-17
Posts: 338

for openbox users this script looks useful if you want tiling


Troll = not a fanatic

Offline

Help fund CrunchBang, donate to the project!

#2 2012-10-18 19:32:58

phohammer
Member
Registered: 2009-05-23
Posts: 30
Website

Re: for openbox users this script looks useful if you want tiling

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

#3 2012-10-30 03:54:58

dgz
#! CrunchBanger
Registered: 2011-11-22
Posts: 150

Re: for openbox users this script looks useful if you want tiling

^ looks cool, interested to see how it works.


ooh baby i like it raw

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo