Sponsored Content
Full Discussion: Show us your Desktop
Special Forums UNIX Desktop Questions & Answers Show us your Desktop Post 302122833 by Genral on Thursday 21st of June 2007 04:12:42 PM
Old 06-21-2007
ok so noted
 

7 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Variable with $ do not show correctly

Hey guys i need help i have a script to push a password to a remote server the only problem is the $ENCRYPT variable has $'s in it (from the encrypted password in the shadow file) and they drop out when apending to the shadow file via the usermod command so $1$Q/6a08n$EoAcBuR/YnoCQC shows up as... (3 Replies)
Discussion started by: insania
3 Replies

2. UNIX for Dummies Questions & Answers

Show path name

Hello I'm new to this forum. So please spare me! I'm using SCO UnixWare 7.1.4 and created a few accounts. So far so good. When I login I see: $. But here I want to see (for example), /home 25$ So I want to see the pathname where I am without each time typing pwd (2 Replies)
Discussion started by: p.vvugt
2 Replies

3. UNIX for Dummies Questions & Answers

ls how to not show date

Hello, I'm using ls -laR to print out a list of file and folders. I want to print only the permission, file size and file name. Also, excluding the '.' and '..'. result from ls -laR: total 6 drwxr-xr-x 8 user staff 512 Nov 28 16:17 . drwxr-x--- 16 user staff 1024... (3 Replies)
Discussion started by: minifish
3 Replies

4. Shell Programming and Scripting

Show previous hour

date +%Y%m%d%H output : 2011031415 I want to get previous hour like this 2011031414. Any one can help ? (15 Replies)
Discussion started by: alvin0618
15 Replies

5. Post Here to Contact Site Administrators and Moderators

Show all my Posts?

Hello, Is there a way to display all of the posts I have authored? Many thanks in advance. (1 Reply)
Discussion started by: dlundwall
1 Replies

6. Homework & Coursework Questions

Show help

Use and complete the template provided. The entire template must be completed. If you don't, your post may be deleted! 1. The problem statement, all variables and given/known data: Display the contents of all files ending in a number to the screen 2. Relevant commands, code, scripts,... (2 Replies)
Discussion started by: marcincan
2 Replies

7. Shell Programming and Scripting

$LINENO no show

$LINENO is bash "system" variable but I cannot get any output trying to use it. Am I missing something fundamental? Here is the code snippet 13) 247 echo "TEMPLATE Option 13" 248 249 # *** BEGIN DEBUG BLOCK *** 250 last_cmd_arg=$_ # Save it. 251 ... (6 Replies)
Discussion started by: annacreek
6 Replies
FvwmPager(1)						      General Commands Manual						      FvwmPager(1)

NAME
FvwmPager - the FVWM Pager module SYNOPSIS
FvwmPager is spawned by fvwm, so no command line invocation will work. From within the .fvwmrc file, FvwmPager is spawned as follows: Module FvwmPager 0 3 or from within an fvwm pop-up menu: Popup "Module-Popup" Title "Modules" Module "GoodStuff" GoodStuff Module "NoClutter" FvwmClean Module "FvwmIdentify" FvwmIdent Module "Banner" FvwmBanner Module "Debug" FvwmDebug Module "SaveDesktop" FvwmSave Module "Pager" FvwmPager 0 3 EndPopup where "0" is the first desktop to show, and "3" is the last. DESCRIPTION
The FvwmPager module shows a miniature view of the Fvwm desktops which are specified in the command line. This is a useful reminder of where your active windows are. Windows in the pager are shown in the same color as their fvwm decorations. The pager can be used to change your viewport into the current desktop, to change desktops, or to move windows around. Pressing mouse button 1 in the pager will cause you viewport to change to the selected page of the selected desk. If you click with button 1 in the desk-label area, you will switch desks but not pages within the desk. Dragging mouse button 2 on a miniature view of a window will cause that window to be move to the location where you release the mouse but- ton, but your viewport will not change. If you drag the window out of the pager and onto your desktop, a full size image of the window will appear for you to place. There is no way to pick up a full size image of the window and move it into the pager, however. Since some mice do not have button 2, I have made provisions to drag windows in the pager by using pressing modifier-1 (usually Alt) and dragging with button 3. Clicking mouse button 3 on a location within the current desktop will cause the viewport to move to the selected location, but will not align the viewport to a page boundary. Dragging button 3 will cause the viewport to move as you drag. Button 3 operations are limited to the current desktop only. When iconified, the pager will work as a fully functional current page only pager. Windows and viewports can be moved within the icon of the pager. Users will want to make sure that they have no lines similar to Icon "Fvwm Pager" whatever in their .fvwmrc files. COPYRIGHTS
The FvwmClean program, and the concept for interfacing this module to the Window Manager, are all original work by Robert Nation. Copyright 1994, Robert Nation. No guarantees or warranties or anything are provided or implied in any way whatsoever. Use this program at your own risk. Permission to use this program for any purpose is given, as long as the copyright is kept intact. INITIALIZATION
During initialization, FvwmPager will eventually search a configuration file which describes the time-outs and actions to take. The con- figuration file is the same file that fvwm used during initialization. If the FvwmPager executable is linked to another name, ie ln -s FvwmPager OtherPager, then another module called OtherPager can be started, with a completely different configuration than FvwmPager, simply by changing the keyword FvwmPager to OtherPager. This way multiple pager programs can be used. KEYBOARD FOCUS CONTROL
You can direct the keyboard focus to any window on the current desktop by clicking with button 2 on its image in the pager. The window does not need to be visible, but it does need to be on the current page. INVOCATION
The invocation method was shown in the synopsis section CONFIGURATION OPTIONS
FvwmPager reads the same .fvwmrc file as fvwm reads when it starts up, and looks for certain configuration options: *FvwmPagerGeometry geometry Completely or partially specifies the pager windows location and geometry, in standard X11 notation. In order to maintain an undis- torted aspect ratio, you might want to leave out either the width or height dimension of the geometry specification *FvwmPagerRows rows Tells fvwm how many rows of desks to use when laying out the pager window. *FvwmPagerColumns columns Tells fvwm how many columnss of desks to use when laying out the pager window. *FvwmPagerIconGeometry geometry Specifies a size (optional) and location (optional) for the pager's icon window. Since there is no easy way for FvwmPager to deter- mine the height of the icon's label, you will have to make an allowance for the icon label height when using negative y-coordinates in the icon location specification (used to specify a location relative to the bottom instead of the top of the screen). *FvwmPagerStartIconic Causes the pager to start iconified. *FvwmPagerFont font-name Specified a font to use to label the desktops. If font_name is "none" then no desktop labels will be displayed. *FvwmPagerSmallFont font-name Specified a font to use to label the window names in the pager. If not specified, the window labels will be omitted. Window labels seem to be fairly useless for desktop scales of 32 or greater. *FvwmPagerFore color Specifies the color to use to write the desktop labels, and to draw the page-grid lines. *FvwmPagerBack color Specifies the background color for the window. *FvwmPagerHilight color The active page and desk label will be highlighted by using this background pattern instead of the normal background. *FvwmPagerLabel desk label Assigns the text label to desk desk in the pager window. Useful for assigning symbolic names to desktops, ie *FvwmPagerLabel 1 Mail *FvwmPagerLabel 2 Maker *FvwmPagerLabel 2 Matlab DeskTopScale number If the geometry is not specified, then a desktop reduction factor is used to calculate the pager's size. Things in the pager window are shown at 1/number of the actual size. AUTHOR
Robert Nation 3rd Berkeley Distribution Mar 16 1994 FvwmPager(1)
All times are GMT -4. The time now is 03:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy