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
XMapWindow(3X11)						     MIT X11R4							  XMapWindow(3X11)

Name
       XMapWindow, XMapRaised, XMapSubwindows - map windows

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

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

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

Arguments
       display	 Specifies the connection to the X server.

       w	 Specifies the window.

Description
       The function maps the window and all of its subwindows that have had map requests.  Mapping a window that has an unmapped ancestor does not
       display the window but marks it as eligible for display when the ancestor becomes mapped.  Such a window is called unviewable.  When all
       its ancestors are mapped, the window becomes viewable and will be visible on the screen if it is not obscured by another window.  This
       function has no effect if the window is already mapped.

       If the override-redirect of the window is and if some other client has selected on the parent window, then the X server generates a event,
       and the function does not map the window.  Otherwise, the window is mapped, and the X server generates a event.

       If the window becomes viewable and no earlier contents for it are remembered, the X server tiles the window with its background.  If the
       window's background is undefined, the existing screen contents are not altered, and the X server generates zero or more events.	If back-
       ing-store was maintained while the window was unmapped, no events are generated.  If backing-store will now be maintained, a full-window
       exposure is always generated.  Otherwise, only visible regions may be reported.	Similar tiling and exposure take place for any newly view-
       able inferiors.

       If the window is an window, generates events on each window that it causes to be displayed.  If the client maps and paints the window and
       if the client begins processing events, the window is painted twice.  To avoid this, first ask for events and then map the window, so the
       client processes input events as usual.	The event list will include for each window that has appeared on the screen.  The client's normal
       response to an event should be to repaint the window.  This method usually leads to simpler programs and to proper interaction with window
       managers.

       can generate a error.

       The function essentially is similar to in that it maps the window and all of its subwindows that have had map requests.	However, it also
       raises the specified window to the top of the stack.

       can generate a error.

       The function maps all subwindows for a specified window in top-to-bottom stacking order.  The X server generates events on each newly dis-
       played window.  This may be much more efficient than mapping many windows one at a time because the server needs to perform much of the
       work only once, for all of the windows, rather than for each window.

       can generate a error.

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

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

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