Sponsored Content
Full Discussion: non-overlapping terminals
Special Forums UNIX Desktop Questions & Answers non-overlapping terminals Post 302433152 by fpmurphy on Monday 28th of June 2010 05:53:32 PM
Old 06-28-2010
Quote:
Is there an option to tell it to put it say in the next available/non overlapping spot within the X window?
None that I am aware of.

If you really want non-overlapping windows, you should probably look at one of the many tiling window managers available for the X Window system.
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Overlapping(executing time) jobs in crontab

I do not have the luxery of a server that i can try on, so i had to post my qn here. Say i have two jobs in the cron table, the jobs are scheduled 2 mins apart. Assuming the first jobs does a lot of operations and takes > 2 mins. Will the second job be executed? Will Unix actually have a queue... (3 Replies)
Discussion started by: new2ss
3 Replies

2. UNIX for Dummies Questions & Answers

overlapping words on command line

i tried resize command , but it's not working...... (4 Replies)
Discussion started by: gaurav123
4 Replies

3. Shell Programming and Scripting

script to find non overlapping positions

Hi, I am a newbie in unix programming so maybe this is a simple question. I would like to know how can I make a script that outputs only the values that are not between any given start and end positions Example file1: 2 30 40 80 82 100 file2: ID1 1 ID2 35 ID3 80 ID4 81 ID6 160... (1 Reply)
Discussion started by: fadista
1 Replies

4. Shell Programming and Scripting

matching columns with overlapping value ranges

Hi, I want to match and print columns that match. So my file looks like this: h1 20 30 h1 25 27 h2 50 70 h2 90 95 h2 60 80 h2 70 75 h3 130 150 h3 177 190 h4 140 190 h4 300 305 So there are 6 columns. Column 1 and 4 are names. I am able to get the... (2 Replies)
Discussion started by: kylle345
2 Replies

5. Programming

Overlapping pictureboxes?

I am making a game, but I can't figure out how to put one image over the other. The background of the front image, covers up the picturebox under it. For example, I have two fish images, but when one is in front of the other, its background covers up the other fish. I attached a picture as an... (1 Reply)
Discussion started by: romeo5577
1 Replies

6. Solaris

shared memory overlapping

hey guys, i'm having trouble with a real time multi threaded program that uses lots of shared memory on solaris 8. it sometime crashes out of the blue, a randomness that suggests some sort of memory leak or shared memory overlap. any tips? freeware or otherwise useful software? any way i can... (2 Replies)
Discussion started by: princeofnothing
2 Replies

7. IP Networking

Test for overlapping IP ranges

Greetings folks, I have a rather lengthy list of banned IP ranges in iptables. Initially it was constructed as a rather ad-hoc affair, then later I discovered a site which had IP Block By Country lists, and imported several into iptables. If possible, I'd like to be able to verify if the list... (0 Replies)
Discussion started by: putter1900
0 Replies

8. UNIX for Dummies Questions & Answers

Merge two files with non-overlapping identities

Hi All, I wish to merge two files: file1: with header rsSNP-ID Chromosome Chr-Pos rs171 1 175261679 rs242 1 20869461 rs538 1 6160958 file2: without header disease:AAT deficiency:M0525101 rs1243168 20109307 1 disease:AAT deficiency:M0525101 rs4900229 20109307 1... (3 Replies)
Discussion started by: luoruicd
3 Replies

9. Shell Programming and Scripting

Assigning the names from overlapping regions

I have 2 files; file 1 having smaller positions that overlap with the positions with positions in file2. file1 aaa 20 22 apple aaa 18 25 banana aaa 12 30 grapes aaa 22 25 melon file2 aaa 18 26 cdded aaa 10 35 abcde I want to get something like this output aaa 18 26 cdded banana... (4 Replies)
Discussion started by: anurupa777
4 Replies

10. Shell Programming and Scripting

Identify the overlapping and non overlapping regions

file1 chr pos1 pos2 pos3 pos4 1)chr1 1000 2000 3000 4000 2)chr1 1380 1480 6800 7800 3)chr1 6700 7700 1200 2200 4)chr2 8500 9500 5670 6670 file2 chr pos1 pos2 pos3 pos4 1)chr2 8500 9500 5000 6000 2)chr1 6700 7700 1200 2200 3)chr1 1380 1480 6700 7700 4)chr1 1000 2000 4900 5900 I... (2 Replies)
Discussion started by: data_miner
2 Replies
XRaiseWindow(3X11)						     MIT X11R4							XRaiseWindow(3X11)

Name
       XRaiseWindow, XLowerWindow, XCirculateSubwindows, XCirculateSubwindowsUp, XCirculateSubwindowsDown, XRestackWindows - change window stack-
       ing order

Syntax
       XRaiseWindow(display, w)
	  Display *display;
	  Window w;

       XLowerWindow(display, w)
	  Display *display;
	  Window w;

       XCirculateSubwindows(display, w, direction)
	  Display *display;
	  Window w;
	  int direction;

       XCirculateSubwindowsUp(display, w)
	  Display *display;
	  Window w;

       XCirculateSubwindowsDown(display, w)
	  Display *display;
	  Window w;

       XRestackWindows(display, windows, nwindows);
	  Display *display;
	  Window windows[];
	  int nwindows;

Arguments
       direction Specifies the direction (up or down) that you want to circulate the window.  You can pass or

       display	 Specifies the connection to the X server.

       nwindows  Specifies the number of windows to be restacked.

       w	 Specifies the window.

       windows	 Specifies an array containing the windows to be restacked.

Description
       The function raises the specified window to the top of the stack so that no sibling window obscures it.	If the windows are regarded as
       overlapping sheets of paper stacked on a desk, then raising a window is analogous to moving the sheet to the top of the stack but leaving
       its x and y location on the desk constant.  Raising a mapped window may generate events for the window and any mapped subwindows that were
       formerly obscured.

       If the override-redirect attribute of the window is and some other client has selected on the parent, the X server generates a event, and
       no processing is performed.  Otherwise, the window is raised.

       can generate a error.

       The function lowers the specified window to the bottom of the stack so that it does not obscure any sibling windows.  If the windows are
       regarded as overlapping sheets of paper stacked on a desk, then lowering a window is analogous to moving the sheet to the bottom of the
       stack but leaving its x and y location on the desk constant.  Lowering a mapped window will generate events on any windows it formerly
       obscured.

       If the override-redirect attribute of the window is and some other client has selected on the parent, the X server generates a event, and
       no processing is performed.  Otherwise, the window is lowered to the bottom of the stack.

       can generate a error.

       The function circulates children of the specified window in the specified direction.  If you specify raises the lowest mapped child (if
       any) that is occluded by another child to the top of the stack.	If you specify lowers the highest mapped child (if any) that occludes
       another child to the bottom of the stack.  Exposure processing is then performed on formerly obscured windows.  If some other client has
       selected on the window, the X server generates a event, and no further processing is performed.	If a child is actually restacked, the X
       server generates a event.

       can generate and errors.

       The function raises the lowest mapped child of the specified window that is partially or completely occluded by another child.  Completely
       unobscured children are not affected.  This is a convenience function equivalent to with specified.

       can generate a error.

       The function lowers the highest mapped child of the specified window that partially or completely occludes another child.  Completely unob-
       scured children are not affected.  This is a convenience function equivalent to with specified.

       can generate a error.

       The function restacks the windows in the order specified, from top to bottom.  The stacking order of the first window in the windows array
       is unaffected, but the other windows in the array are stacked underneath the first window, in the order of the array.  The stacking order
       of the other windows is not affected.  For each window in the window array that is not a child of the specified window, a error results.

       If the override-redirect attribute of a window is and some other client has selected on the parent, the X server generates events for each
       window whose override-redirect flag is not set, and no further processing is performed.	Otherwise, the windows will be restacked in top to
       bottom order.

       can generate error.

Diagnostics
       Some numeric value falls outside the range of values accepted by the request.
		 Unless a specific range is specified for an argument, the full range defined by the argument's type is accepted. Any argument
		 defined as a set of alternatives can generate this error.

       A value for a Window argument does not name a defined Window.

See Also
       XChangeWindowAttributes(3X11), XConfigureWindow(3X11), XCreateWindow(3X11), XDestroyWindow(3X11), XMapWindow(3X11), XUnmapWindow(3X11)
       X Window System: The Complete Reference, Second Edition, Robert W. Scheifler and James Gettys

																XRaiseWindow(3X11)
All times are GMT -4. The time now is 02:59 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy