Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pspresent(1) [debian man page]

PSPRESENT(1)						      General Commands Manual						      PSPRESENT(1)

NAME
pspresent - fullscreen PostScript presentation tool SYNOPSIS
pspresent [options] file.ps DESCRIPTION
pspresent is a tool that displays PostScript slides in fullscreen, for giving presentations. Navigation is simple, and the display is dou- ble-buffered for seamless transitions between slides. The actual rendering is done in the background using Ghostscript. OPTIONS
-h Show summary of options. -o Do not override window manager. pspresent will attempt to disable decorations and resize itself to the size of the screen, but will otherwise co-operate with your window manager (which may mean that it is not truly fullscreen). -s Limit pspresent to only use the given head on a XINERAMA display. -O Portrait|Landscape|Upside-Down|Seascape Override orientation. -l Loop mode; go to start of document when at end, and vice versa. -t[delay] Automatic slideshow mode. The delay is optional, the default value is 20 seconds. -Tfile Automatic slideshow mode. The file contains one integer value per line, corresponding to the delay between the current slide and the next one. You must put a value for each page of your document (count overlays, too). A value of 0 will disable the timer for the current slide. COMMANDS
The following keys can be used from within pspresent to navigate the slides. If Shift is depressed, then only the last page of each series of overlays is shown (an overlay set is identified as a series of pages with the same logical page number). spacebar page down right arrow down arrow Move to the next slide. If Shift is depressed, skips overlays. backspace page up left arrow up arrow Move to the previous slide. If Shift is depressed, skips overlays. home Warp to the start of the presentation. end Warp to the end of the preesentation. number enter Warp to slide number. escape q Quit the program. The mouse buttons can also be used to navigate through a presentation. left button Move to the next slide. middle button Quit the program. right button Move to the previous slide. If Shift is used together together with the navigation keys or buttons, then only the last page of each series of overlays is shown (an overlay set is identified as a series of pages with the same logical page number). AUTHOR
pspresent was written by Matt Chapman <matthewc@cse.unsw.edu.au> This manual page was originally written by Jamie Wilkinson <jaq@debian.org>. January 24, 2005 PSPRESENT(1)

Check Out this Related Man Page

BLUETILE(1)															       BLUETILE(1)

NAME
bluetile - full-featured tiling for the GNOME desktop environment SYNOPSIS
bluetile [--help] [--version] [--restart] DESCRIPTION
Bluetile is a tiling window manager designed to integrate with the GNOME desktop environment. It provides both a traditional, stacking layout mode as well as tiling layouts where windows are arranged to use the entire screen without overlapping. Bluetile tries to make the tiling paradigm easily accessible to users coming from traditional window managers by drawing on known conventions and providing both mouse and keyboard access for all features. o Designed to integrate with the GNOME desktop environment o Hybrid approach: Stacking window layout & tiling layouts available o All features accessible from mouse, as well as keyboard o Maximizing & minimizing windows in all layouts o Good multihead support o Proper handling of fullscreen applications OVERVIEW
To quickly get up and running just start Bluetile from your current window manager/desktop environment (preferably GNOME). Bluetile will replace the currently running window manager (if the window manager supports this) and start up. One way to set up Bluetile as your default window manager under GNOME is to make sure that the environment variable WINDOW_MANAGER contains the path to the Bluetile binary before GNOME starts. This can be achieved by putting something like the following line into ~/.gnomerc: export WINDOW_MANAGER=bluetile If you use a packaged version of Bluetile, your distribution might already provide you with a preconfigured xsession. OPTIONS
--help print help message --version print the version number --restart request a running Bluetile process to restart KEYBOARD SHORTCUTS
This is a list of most keyboard shortcuts for Bluetile: Win+Return Launch terminal Win+p Launch GNOME "Run application" dialog Win+a Switch to stacking window layout Win+s Switch to tiled horizontal layout Win+d Switch to tiled vertical layout Win+f Switch to fullscreen layout Win+j Move focus to the next window Win+k Move focus to the previous window Win+Space Move focus to the master window Win+Shift+j Swap the focused window with the next window Win+Shift+k Swap the focused window with the previous window Win+Shift+Space Swap the focused window with the master window Win+h Shrink the master area Win+l Expand the master area Win+u Shrink a slave area Win+i Expand a slave area Win+, Increment the number of windows in the master area Win+. Decrement the number of windows in the master area Win+Shift+c Close the focused window Win+z Maximize/zoom focused window Win+m Minimize focused window Win+Shift+m Restore next minimized window Win+o Show window menu for focused window Win+t Push dialog window back into tiling Win+b Toggle to previously displayed workspace Win+1 .. Win+9, Win+0 Switch to workspace N Win+Shift+1 .. Win+Shift+9, Win+Shift+0 Move client to workspace N Win+w, Win+e, Win+r Switch to physical/Xinerama screens 1, 2 or 3 Win+Shift+w, Win+Shift+e, Win+Shift+r Move client to physical/Xinerama screen 1, 2 or 3 Win+F5 Refresh layout Win+Shift+q Quit Bluetile CONFIGURATION
Edit the file ~/.bluetilerc to configure Bluetile. AUTHOR
Jan Vornberger <jan.vornberger@informatik.uni-oldenburg.de> perl v5.10.1 2010-11-07 BLUETILE(1)
Man Page