Kinda a noob: Automatic window sizing and placement


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Kinda a noob: Automatic window sizing and placement
# 8  
Old 08-28-2008
Other window managers might have something similar; I know at least Sawmill does and there's a plugin for Compiz.
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

pls help kinda difficult question for a beginner

1. Create a directory script (project_dir.sh) · Write a script in your home directory to create a subdirectory called “PROJECT<99>” within your home directory on the Ubantu/Linux server. <99> is your project number (e.g. 01,02,03, ... 15). · The script must test whether... (1 Reply)
Discussion started by: bugenhagen_
1 Replies

2. AIX

Sizing p7 systems

Hi, I am currently given the dubious task ;) to make an assumption on sizing our current p5 environment in relation to new p7 machines. Is there any kind of a vague factor how to calculate this? I found some official IBM benchmark results with long lists of different Power machines and their... (9 Replies)
Discussion started by: zaxxon
9 Replies

3. Linux

System sizing for X sessions

Hello all. I've been tasked with building a system that will have up to 50 concurrent users connected and using an X session running firefox. Is there some kind of standard sizing model available that will tell me what kind of network/CPU utilization I will be looking at? Or even better some... (1 Reply)
Discussion started by: ZekesGarage
1 Replies

4. Programming

How to override Window Manager placement of windows.

Hello, everyone! Is it possible to create a window in X11/WM, but override the position Window Manager sets for the window. I'm not sure how to use 'override_redirect' flag, and what to do in order to use it. But the problem with the flag is also that it probably will disable all decorations... (2 Replies)
Discussion started by: AOne
2 Replies

5. Solaris

Configuring xSun for automatic remote login window

Hey folks, I wish every one is just great. I got to do this: I'm trying to configure my Solaris 10 clients to Automatically Show the login windows of the Main Server whenever the Client restarts or a user logs out. By other means, the Client user don't have to Go to Options->Remote-Login->... (5 Replies)
Discussion started by: ua-agent
5 Replies

6. Shell Programming and Scripting

how to modify ramdisk size,kinda urgent !!!

Hi all, I wanted to know how to modify the size of the ramdisk? I mean am manipulating a live cd ,for which the file am manipulating is within a ramdisk now due to size constraints i am unable to play around with some stuff.... currently the size of the ram disk is 64M... I would like to... (1 Reply)
Discussion started by: wrapster
1 Replies

7. UNIX for Dummies Questions & Answers

kinda big problem

Hi again! I finally managed to image the 3 floppies for installing freeBSD but I simply can't boot! I've selected floppy for first boot device and it even starts to readf the boot floppy and the hard drive light is continuously flashing but it doesn't stop even after half an hour and doesn't do a... (4 Replies)
Discussion started by: Mudrack
4 Replies

8. Linux

How do i download java 1.3 on linux(kinda have this old version)

i wish to run java files on inux but while downloading it into linux there is no problem but when i r try to execute a java file it says javac not found. help pleas (5 Replies)
Discussion started by: wojtyla
5 Replies

9. Linux

Kinda OT: USENET Linux Groups

First, Please feel free to move or delete this thread if you do not feel it's appropriate. I used to be a regular user of Linux USENET groups such as alt.linux, alt.os.linux, and others. I haven't used the said groups for a couple of months now, but imagine my HORROR when I thought I'd drop by... (2 Replies)
Discussion started by: zazzybob
2 Replies
Login or Register to Ask a Question
FeelWindowBox(1x)					   AfterStep X11 window manager 					 FeelWindowBox(1x)

NAME
FeelWindowBox - defines placement policy for certain type of windows, based on desk, window attributes, window size, etc. Useful for xin- erama configurations, where windows should not be placed in between screens. CONFIGURATION OPTIONS
Area WxH+X+Y This defines the confining region of a WindowBox. Desk desk Limits the effects of this WindowBox to the specified desk. FirstTry SmartPlacement|RandomPlacement|Tile strategy to use while placing window. The FirstTry strategy will attempt to place window in empty space only. See Also: Window Placement types for further details. MaxHeight height places restrains on what size window could be placed in this area. MaxLayer max_layer Limits effects of the WindowBox to windows with layer value that falls in range. MaxWidth width Places restrains on what size window could be placed in this area. MinHeight height places restrains on what size window could be placed in this area. MinLayer min_layer limits the effects of the WindowBox to windows with layer value that falls in range. MinWidth width places restrains on what size window could be placed in this area. ReverseOrder This will reverse order in which Cascade and Tile strategies are applied, making it Right-to-left, bottom-to-top. ReverseOrderHorizontal FIXME: add proper description here. ReverseOrderVertical FIXME: add proper description here. ThenTry RandomPlacement|Cascade|Manual backup strategy to use when there is no suitable empty space. See Also: Window Placement types for further details. VerticalPriority Cascading and Tiling will be done in Vertical direction first. Virtual Defines that area is in virtual coordinates. WindowBox "windowbox_name" Starts a WindowBox definition. ~WindowBox ends it. XSpacing FIXME: add proper description here. YSpacing FIXME: add proper description here. This is a whole new thing to allow better window placement policy : WindowBox "some_name" Area WxH+X+Y Virtual MinWidth width MinHeight height MaxWidth width MaxHeight height FirstTry SmartPlacement|RandomPlacement|Tile ThenTry RandomPlacement|Cascade|Manual VerticalPriority ReverseOrder Desk desk MinLayer min_layer MaxLayer max_layer ~WindowBox Note that old SmartPlacement/RandomPlacement has been coopted to be used for Default windowbox. 3rd Berkeley Distribution AfterStep v.2.2.11 FeelWindowBox(1x)