From: Marco Peereboom Date: Tue, 25 Oct 2011 20:22:07 +0000 (-0500) Subject: remove html stuff, we keep it all in the wiki now X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=a5db305980dfd120775ad1847d4a432d4046bf05;p=spectrwm.git remove html stuff, we keep it all in the wiki now --- diff --git a/html/cygwin.html b/html/cygwin.html deleted file mode 100644 index a1ed0ae..0000000 --- a/html/cygwin.html +++ /dev/null @@ -1,65 +0,0 @@ - - - -Scrotwm - - - -Using scrotwm on Windows/cygwin

- -Em Português -

- - -A port to Windows/cygwin was created to make Windows useful for UNIX people. -Following are the compilation and installation steps. -

-Compile scrotwm from the linux directory of the snapshot: -

-cd linux
-make
-
-Install scrotwm: -
sudo make install
-
-Download -dmenu -and patch config.mk with: -
-$ diff -uNp config.mk.old config.mk
---- config.mk.old       2010-01-11 16:23:55.503440600 -0600
-+++ config.mk   2010-01-11 16:24:04.300315600 -0600
-@@ -20,7 +20,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 
-
-# flags
-CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
--CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-+CFLAGS = -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
-
-# Solaris
-
-
-Compile it: -
make
-Install dmenu: -
sudo make install
-Create a .xinitrc in the home dir of the user and add at least the following line: -
-exec /usr/local/bin/scrotwm
-
-If the stupid menu bar in xterm angers you add the folowing line to ~/.Xdefaults -
-xterm.ToolBar:          false
-
-

-

-This all results in scrotwm bliss!

-[scrotwm]
-

-

- -$scrotwm$ - - diff --git a/html/cygwin.png b/html/cygwin.png deleted file mode 100644 index 56e04be..0000000 Binary files a/html/cygwin.png and /dev/null differ diff --git a/html/cygwin_pt.html b/html/cygwin_pt.html deleted file mode 100644 index 5ff061e..0000000 --- a/html/cygwin_pt.html +++ /dev/null @@ -1,67 +0,0 @@ - - - -Scrotwm - - - -Usando o scrotwm no Windows/cygwin

- -In English -

- - -Um port para Windows/cygwin foi criado para fazer o Windows útil -para o pessoal do UNIX. -A seguir estão os passos para a compilação e a instalação. -

-Compile o scrotwm do diretório linux do snapshot: -

-cd linux
-make
-
-Instale o scrotwm: -
sudo make install
-
-Baixe o -dmenu -e aplique o patch no config.mk com: -
-$ diff -uNp config.mk.old config.mk
---- config.mk.old       2010-01-11 16:23:55.503440600 -0600
-+++ config.mk   2010-01-11 16:24:04.300315600 -0600
-@@ -20,7 +20,7 @@ LIBS = -L/usr/lib -lc -L${X11LIB} -lX11 
-
-# flags
-CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
--CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
-+CFLAGS = -Wall -Os ${INCS} ${CPPFLAGS}
-LDFLAGS = -s ${LIBS}
-
-# Solaris
-
-
-Compile: -
make
-Instale o dmenu: -
sudo make install
-Crie um .xinitrc no diretório home do usuário e adicione ao menos a seguinte linha: -
-exec /usr/local/bin/scrotwm
-
-Se a estúpida barra de menu no xterm te irritar adicione a seguinte linha -no ~/.Xdefaults -
-xterm.ToolBar:          false
-
-

-

-Tudo isso resulta no êxtase do scrotwm!

-[scrotwm]
-

-

- -$scrotwm$ - - diff --git a/html/cygwin_small.png b/html/cygwin_small.png deleted file mode 100644 index e4daf78..0000000 Binary files a/html/cygwin_small.png and /dev/null differ diff --git a/html/license.html b/html/license.html deleted file mode 100644 index 3a78585..0000000 --- a/html/license.html +++ /dev/null @@ -1,101 +0,0 @@ - - - -scrotwm license - - - - -Scrotwm is BSD licensed software; we prefer code that comes with a simple license -like the OpenBSD license.template, and all the scrotwm-specific -code is licensed accordingly, as follows: -

-/*
- * Copyright (c) 2009-2010 Marco Peereboom <marco@peereboom.us>
- * Copyright (c) 2009 Ryan McBride <mcbride@countersiege.com>
- * Copyright (c) 2009 Darrin Chandler <dwchandler@stilyagin.com>
- * Copyright (c) 2009 Pierre-Yves Ritschard - *
- * Permission to use, copy, modify, and distribute this software for any
- * purpose with or without fee is hereby granted, provided that the above
- * copyright notice and this permission notice appear in all copies.
- * - * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
- * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
- * MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
- * ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
- * WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
- * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
- * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
- */
-
-

-Additionally, much code in scrotwm.c comes from -dwm under the following license: -

-/*
- * Much code and ideas taken from dwm under the following license:
- * MIT/X Consortium License
- *
- * 2006-2008 Anselm R Garbe <garbeam at gmail dot com>
- * 2006-2007 Sander van Dijk <a dot h dot vandijk at gmail dot com>
- * 2006-2007 Jukka Salmi <jukka at salmi dot ch>
- * 2007 Premysl Hruby <dfenze at gmail dot com>
- * 2007 Szabolcs Nagy <nszabolcs at gmail dot com>
- * 2007 Christof Musik <christof at sendfax dot de>
- * 2007-2008 Enno Gottox Boland <gottox at s01 dot de>
- * 2007-2008 Peter Hartlich <sgkkr at hartlich dot com>
- * 2008 Martin Hurton <martin dot hurton at gmail dot com>
- *
- * Permission is hereby granted, free of charge, to any person obtaining a
- * copy of this software and associated documentation files (the "Software"),
- * to deal in the Software without restriction, including without limitation
- * the rights to use, copy, modify, merge, publish, distribute, sublicense,
- * and/or sell copies of the Software, and to permit persons to whom the
- * Software is furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies or substantial portions of the Software.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- * DEALINGS IN THE SOFTWARE.
- */
-
-

-Finally, The LD_PRELOAD hack in lib/swm_hack.c -comes from e16, licensed as follows: -

-/*
- * Copyright (C) 2005-2007 Carsten Haitzler
- * Copyright (C) 2006-2007 Kim Woelders
- *
- * Permission is hereby granted, free of charge, to any person obtaining a copy
- * of this software and associated documentation files (the "Software"), to
- * deal in the Software without restriction, including without limitation the
- * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
- * sell copies of the Software, and to permit persons to whom the Software is
- * furnished to do so, subject to the following conditions:
- *
- * The above copyright notice and this permission notice shall be included in
- * all copies of the Software, its documentation and marketing & publicity
- * materials, and acknowledgment shall be given in the documentation, materials
- * and software packages that this Software was used.
- *
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- * THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
- */
-
-

-$scrotwm$ - - diff --git a/html/man.html b/html/man.html deleted file mode 100644 index d61a5b2..0000000 --- a/html/man.html +++ /dev/null @@ -1,359 +0,0 @@ - - - - -~/scrotwm.1.html - - - - - - - -

-SCROTWM(1)                 OpenBSD Reference Manual                 SCROTWM(1)
-
-NAME
-     scrotwm - window manager for X11
-
-SYNOPSIS
-     scrotwm
-
-DESCRIPTION
-     scrotwm is a minimalistic window manager that tries to stay out of the
-     way so that valuable screen real estate can be used for much more
-     important stuff.  It has sane defaults and does not require one to learn
-     a language to do any configuration.  It was written by hackers for
-     hackers and it strives to be small, compact and fast.
-
-     When scrotwm starts up, it reads settings from its configuration file,
-     scrotwm.conf.  See the CONFIGURATION FILES section below.
-
-     The following notation is used throughout this page:
-
-           M       Meta
-           S       Shift
-           <Name>  Named key
-           M1      Mouse button 1
-           M3      Mouse button 3
-
-     scrotwm is very simple in its use.  Most of the actions are initiated via
-     key or mouse bindings.  See the BINDINGS section below for defaults and
-     customizations.
-
-CONFIGURATION FILES
-     scrotwm first tries to open the user specific file, ~/.scrotwm.conf.  If
-     that file is unavailable, it then tries to open the global configuration
-     file /etc/scrotwm.conf.
-
-     The format of the file is <keyword> = <setting>.  For example:
-
-           color_focus = red
-
-     Enabling or disabling an option is done by using 1 or 0 respectively.
-
-     The file supports the following keywords:
-
-           color_focus             Border color of the currently focussed
-                                   window.
-           color_unfocus           Border color of unfocussed windows.
-           bar_enabled             Enable or disable status bar.
-           bar_border[x]           Color of the status bar border in screen x.
-           bar_color[x]            Color of the status bar window in screen x.
-           bar_font_color[x]       Color of the font in status bar in screen
-                                   x.
-           bar_font                Status bar font.
-           bar_action              External script that populates additional
-                                   information in the status bar, such as
-                                   battery life.
-           bar_delay               Update frequency, in seconds, of external
-                                   script that populates the status bar.
-           bar_at_bottom           Place the statusbar at the bottom of each
-                                   region instead of the top.
-           stack_enabled           Enable or disable displaying the current
-                                   stacking algorithm in the status bar.
-           clock_enabled           Enable or disable displaying the clock in
-                                   the status bar.  Disable by setting to 0 so
-                                   a custom clock could be used in the
-                                   bar_action script.
-           dialog_ratio            Some applications have dialogue windows
-                                   that are too small to be useful.  This
-                                   ratio is the screen size to what they will
-                                   be resized.  For example, 0.6 is 60% of the
-                                   physical screen size.
-           region                  Allocates a custom region, removing any
-                                   autodetected regions which occupy the same
-                                   space on the screen.  Defined in the format
-                                   screen[<idx>]:WIDTHxHEIGHT+X+Y, e.g.
-                                   screen[1]:800x1200+0+0.
-           term_width              Set a preferred minimum width for the
-                                   terminal If this value is greater than 0,
-                                   scrotwm will attempt to adjust the font
-                                   sizes in the terminal to keep the terminal
-                                   width above this number as the window is
-                                   resized.  Only xterm(1) is currently
-                                   supported.  The xterm(1) binary must not be
-                                   setuid or setgid, which it is by default on
-                                   most systems.  Users may need to set
-                                   program[term] (see the PROGRAMS section) to
-                                   use an alternate copy of the xterm(1)
-                                   binary without the setgid bit set.
-           title_class_enabled     Enable or disable displaying the window
-                                   class in the status bar.  Enable by setting
-                                   to 1
-           title_name_enabled      Enable or disable displaying the window
-                                   title in the status bar.  Enable by setting
-                                   to 1
-           modkey                  Change mod key.  Mod1 is generally the ALT
-                                   key and Mod4 is the windows key on a PC.
-           focus_mode              Using a value of follow_cursor will make
-                                   the window manager focus the window under
-                                   the mouse when switching workspaces and
-                                   creating windows.
-           disable_border          Remove border when bar is disabled and
-                                   there is only one window on the screen.
-           program[p]              Define new action to spawn a program p.
-                                   See the PROGRAMS section below.
-           bind[x]                 Bind key combo to action x.  See the
-                                   BINDINGS section below.
-           quirk[c:n]              Add "quirk" for windows with class c and
-                                   name n.  See the QUIRKS section below.
-
-     Colors need to be specified per the XQueryColor(3) specification and
-     fonts need to be specified per the XQueryFont(3) specification.
-
-     To list the available fonts in your system see fc-list(1) or xlsfonts(1)
-     manpages.  The xfontsel(1) application can help you to show the X Logical
-     Font Description ("XLFD") used as setting in the keyword bar_font.
-
-PROGRAMS
-     scrotwm allows you to define custom actions to launch programs of your
-     choice and then bind them the same as with built-in actions.  See the
-     BINDINGS section below.
-
-     The default programs are described below:
-
-           term             xterm
-           screenshot_all   screenshot.sh full
-           screenshot_wind  screenshot.sh window
-           lock             xlock
-           initscr          initscreen.sh
-           menu             dmenu_run -fn $bar_font -nb $bar_color -nf
-                            $bar_font_color -sb $bar_border -sf $bar_color
-
-     Custom programs in the configuration file are specified as follows:
-
-           program[<name>] = <progpath> [<arg> [... <arg>]]
-
-     <name> is any identifier that does not conflict with a built-in action or
-     keyword, <progpath> is the desired program, and <arg> is zero or more
-     arguments to the program.
-
-     The following variables represent settable values in scrotwm (see the
-     CONFIGURATION FILES section above), and may be used in the <arg> fields
-     and will be substituted for values at the time the program is spawned:
-
-           $bar_border
-           $bar_color
-           $bar_font
-           $bar_font_color
-           $color_focus
-           $color_unfocus
-
-     Example:
-
-           program[ff] = /usr/local/bin/firefox http://scrotwm.org/
-           bind[ff] = Mod+f # Now Mod+F launched firefox
-
-     To undo the previous:
-
-           bind[] = Mod+f
-           program[ff] =
-
-BINDINGS
-     scrotwm provides many functions (or actions) accessed via key or mouse
-     bindings.
-
-     The current mouse bindings are described below:
-
-           M1               Focus window
-           M-M1             Move window
-           M-M3             Resize window
-           M-S-M3           Resize window while maintaining it centered
-
-     The default key bindings are described below:
-
-           M-S-<Return>     term
-           M-p              menu
-           M-S-q            quit
-           M-q              restart scrotwm
-           M-<Space>        cycle_layout
-           M-S-<Space>      reset_layout
-           M-h              master_shrink
-           M-l              master_grow
-           M-,              master_add
-           M-.              master_del
-           M-S-,            stack_inc
-           M-S-.            stack_del
-           M-<Return>       swap_main
-           M-j, M-<TAB>     focus_next
-           M-k, M-S-<TAB>   focus_prev
-           M-m              focus_main
-           M-S-j            swap_next
-           M-S-k            swap_prev
-           M-b              bar_toggle
-           M-x              wind_del
-           M-S-x            wind_kill
-           M-<n>            ws_n
-           M-S-<n>          mvws_n
-           M-<Right>        ws_next
-           M-<Left>         ws_prev
-           M-a              ws_prior
-           M-S-<Right>      screen_next
-           M-S-<Left>       screen_prev
-           M-s              screenshot_all
-           M-S-s            screenshot_wind
-           M-S-v            version
-           M-t              float_toggle
-           M-S <Delete>     lock
-           M-S-i            initscr
-
-     The action names and descriptions are listed below:
-
-           term             Spawn a new terminal (see PROGRAMS above)
-           menu             Menu (see PROGRAMS above)
-           quit             Quit scrotwm
-           restart          Restart scrotwm
-           cycle_layout     Cycle layout
-           reset_layout     Reset layout
-           master_shrink    Shrink master area
-           master_grow      Grow master area
-           master_add       Add windows to master area
-           master_del       Remove windows from master area
-           stack_inc        Add columns/rows to stacking area
-           stack_del        Remove columns/rows from stacking area
-           swap_main        Move current window to master area
-           focus_next       Focus next window in workspace
-           focus_prev       Focus previous window in workspace
-           focus_main       Focus on main window in workspace
-           swap_next        Swap with next window in workspace
-           swap_prev        Swap with previous window in workspace
-           bar_toggle       Toggle status bar in all workspaces
-           wind_del         Delete current window in workspace
-           wind_kill        Destroy current window in workspace
-           ws_n             Switch to workspace n, where n is 1 through 10
-           mvws_n           Move current window to workspace n, where n is 1
-                            through 10
-           ws_next          Switch to next workspace with a window in it
-           ws_prev          Switch to previous workspace with a window in it
-           ws_prior         Switch to last visited workspace
-           screen_next      Move pointer to next region
-           screen_prev      Move pointer to previous region
-           screenshot_all   Take screenshot of entire screen (if enabled) (see
-                            PROGRAMS above)
-           screenshot_wind  Take screenshot of selected window (if enabled)
-                            (see PROGRAMS above)
-           version          Toggle version in status bar
-           float_toggle     Toggle focused window between tiled and floating
-           lock             Lock screen (see PROGRAMS above)
-           initscr          Reinitialize physical screens (see PROGRAMS above)
-
-     Custom bindings in the configuration file are specified as follows:
-
-           bind[<action>] = <keys>
-
-     <action> is one of the actions listed above (or empty) and <keys> is in
-     the form of zero or more modifier keys (MOD, Mod1, Shift, etc.) and one
-     or more normal keys (b, space, etc.), separated by "+".  For example:
-
-           bind[reset] = Mod4+q # bind Windows-key + q to reset
-           bind[] = Mod1+q # unbind Alt + q
-
-     Multiple key combinations may be bound to the same action.
-
-QUIRKS
-     scrotwm provides "quirks" which handle windows that must be treated
-     specially in a tiling window manager, such as some dialogs and fullscreen
-     apps.
-
-     The default quirks are described below:
-
-           Firefox-bin:firefox-bin                 TRANSSZ
-           Firefox:Dialog                          FLOAT
-           Gimp:gimp                               FLOAT + ANYWHERE
-           MPlayer:xv                              FLOAT + FULLSCREEN
-           OpenOffice.org 2.4:VCLSalFrame          FLOAT
-           OpenOffice.org 3.1:VCLSalFrame          FLOAT
-           pcb:pcb                                 FLOAT
-           xine:Xine Window                        FLOAT + ANYWHERE
-           xine:xine Panel                         FLOAT + ANYWHERE
-           xine:xine Video Fullscreen Window       FULLSCREEN + FLOAT
-           Xitk:Xitk Combo                         FLOAT + ANYWHERE
-           Xitk:Xine Window                        FLOAT + ANYWHERE
-           XTerm:xterm                             XTERM_FONTADJ
-
-     The quirks themselves are described below:
-
-           FLOAT                  This window should not be tiled, but allowed
-                                  to float freely.
-           TRANSSZ                Adjusts size on transient windows that are
-                                  too small using dialog_ratio (see
-                                  CONFIGURATION FILES).
-           ANYWHERE               Allow window to position itself, uncentered.
-           XTERM_FONTADJ          Adjust xterm fonts when resizing.
-           FULLSCREEN             Remove border to allow window to use full
-                                  screen size.
-
-     Custom quirks in the configuration file are specified as follows:
-
-           quirk[<class>:<name>] = <quirk> [+ <quirk> ...]
-
-     <class> and <name> specify the window to which the quirk(s) apply, and
-     <quirk> is one of the quirks from the list above.  For example:
-
-           quirk[MPlayer:xv] = FLOAT + FULLSCREEN # let mplayer play
-           quirk[pcb:pcb] = NONE  # remove existing quirk
-
-     You can obtain <class> and <name> by running xprop(1) and then clicking
-     on the desired window.  In the following example the main window of
-     Firefox was clicked:
-
-           $ xprop | grep WM_CLASS
-           WM_CLASS(STRING) = "Navigator", "Firefox"
-
-     Note that grepping for WM_CLASS flips class and name.  In the example
-     above the quirk entry would be:
-
-           quirk[Firefox:Navigator] = FLOAT
-
-SIGNALS
-     Sending scrotwm a HUP signal will retstart it.
-
-FILES
-     ~/.scrotwm.conf       scrotwm user specific settings.
-     /etc/scrotwm.conf     scrotwm global settings.
-
-HISTORY
-     scrotwm was inspired by xmonad & dwm.
-
-AUTHORS
-
-     scrotwm was written by Marco Peereboom <marco@peereboom.us>, Ryan Thomas
-     McBride <mcbride@countersiege.com> and Darrin Chandler
-     <dwchandler@stilyagin.com>.
-
-BUGS
-     Currently the menu, invoked with M-p, depends on dmenu.
-
-OpenBSD 4.8                      July 15, 2010                     OpenBSD 4.8
-
- - diff --git a/html/man_es.html b/html/man_es.html deleted file mode 100644 index bf6763a..0000000 --- a/html/man_es.html +++ /dev/null @@ -1,377 +0,0 @@ - - - - -~/scrotwm_es.1.html - - - - - - - -
-SCROTWM(1)                 OpenBSD Reference Manual                 SCROTWM(1)
-
-NOMBRE
-     scrotwm - es un manejador de ventanas para X11
-
-SYNOPSIS
-     scrotwm
-
-DESCRIPCIN
-     scrotwm es un manejador de ventanas super minimalista para X11. Intenta
-     no superponer las ventanas para que las mismas puedan usarse de manera
-     eficiente y para cosas mas importantes.  Tiene configuraciones normales y
-     no requiere que sepas un lenguaje de programacion para configurarlo. Esta
-     escrito por hackers para hackers y apunta a ser pequeo, compacto y rpido.
-
-     Cuando scrotwm inicia, lo primero que hace es leer el archivo de
-     configuracion, scrotwm.conf.  Ver ARCHIVOS DE CONFIGURACIN
-
-     La siguiente anotacion se usa a travs de esta pagina:
-
-           M       Meta
-           S       Shift
-           <Name>  Nombre de tecla
-           M1      Boton 1 del mouse
-           M3      Boton 3 del mouse
-
-     scrotwm es muy simple de usar.  La mayoria de las acciones se hacen con
-     los mapeos (bindings) de mouse o teclado.  Ver la seccin de BINDINGS para
-     las personalizaciones y configuraciones por defecto.
-
-ARCHIVOS DE CONFIGURACIN
-     scrotwm primero trata de abrir el archivo por defecto en el directorio
-     del usuario, ~/.scrotwm.conf.  Si ese archivo no esta disponible, luego
-     trata de abrir el archivo global de configuracion /etc/scrotwm.conf.
-
-     El formato del archivo es <tecla> = <configuracion>.  Por ejemplo:
-
-           color_focus = red
-
-     Habilitamos o deshabilitamos la opcin usando 1 o 0 respectivamente.
-
-     El archivo soporta las siguientes palabras clave:
-
-           color_focus             Color del borde de la ventana en foco.
-           color_unfocus           Color del borde de la ventana fuera de
-                                   foco.
-           bar_enabled             Habilitar o deshabilitar la barra de
-                                   estado.
-           bar_border[x]           Color del borde de la barra de estado en
-                                   pantalla.  x.
-           bar_color[x]            Color de la ventana de la barra de estado
-                                   en pantalla.  x.
-           bar_font_color[x]       Color de la fuente en la barra de estado en
-                                   pantalla.  x.
-           bar_font                Fuente de la barra de estado.
-           bar_action              Scripts externos con populares agregados de
-                                   informacin para la barra de estado, como la
-                                   vida de la bateria.
-           bar_delay               Frecuencia de actualizacin, en segundos, de
-                                   los scripts de la barra de estado.
-           bar_at_bottom           Puedes posicionar la statusbar en la parte
-                                   inferior de la pantalla.
-           stack_enabled           Habilitar o deshabilitar mostrar el
-                                   algoritmo de apilamiento en la barra de
-                                   estado.
-           clock_enabled           Habilitar o deshabilitar el reloj en la
-                                   barra de estado, deshabilitado por defecto
-                                   con un 0, para usar el reloj de la barra de
-                                   estado (bar_action)
-           dialog_ratio            Algunas aplicaciones tienen ventanas de
-                                   dialogo muy pequeas como para ser usables.
-                                   Este relacin (ratio) es el tamao de la
-                                   pantalla, por ejemplo 0.6 es 60% del tamao
-                                   fsico de la pantalla.
-           region                  Acomodar una region personalizada,
-                                   removiendo cualquier autodetecin de
-                                   regiones que ocupe el espacio en la
-                                   pantalla.  Definiendo el formato
-                                   screen[<idx>]:WIDTHxHEIGHT+X+Y, e.g.
-                                   screen[1]:800x1200+0+0.
-           term_width              Setear un ancho minimo preferido para la
-                                   terminal.  Si el valor es mayor que 0,
-                                   scrotwm intentar ajustar el tamao de la
-                                   fuente de la terminal para mantener el
-                                   ancho de la terminal por encima de este
-                                   nmero cuando la ventana cambia de tamao.
-                                   Actualmente solo es soportado por xterm(1)
-                                   El binario de xterm(1) no debe ser un
-                                   setuid o setgid, que no sea el que viene
-                                   por defecto en la mayoria de los sistemas.
-                                   Los usuarios pueden necesitar setear
-                                   program[term] (ver la seccin PROGRAMAS )
-                                   para usar una copia alternativa del binario
-                                   de xterm(1) sin el seteo del setgid.
-           title_class_enabled     Habilitar o deshabilitar la clase de
-                                   ventana en la barre de estado.  Habilitado
-                                   seteando 1
-           title_name_enabled      Habilitar o deshabilita el titulo de la
-                                   ventana en la barra de estado.  Habilitado
-                                   seteando 1
-           modkey                  Cambiar mod key.  Mod1 generalmente es la
-                                   tecla ALT y Mod4 la tecla de windows en una
-                                   PC.
-           focus_mode              Usando el valor de follow_cursor puedes
-                                   hacer que el manejador de ventanas se
-                                   enfoque en la ventana cuando el cursor pase
-                                   por arriba de las mismas o bien cambiando
-                                   de estacion de trabajo.
-           disable_border          Remueve el borde de una sola ventana cuando
-                                   la barra de estado esta desactivada.
-           program[p]              Definir una nueva accion para ejecutar un
-                                   programa.  p.  Ver la seccin de PROGRAMAS
-           bind[x]                 Combinacin de teclas para una accin x.  Ver
-                                   la seccin BINDINGS
-           quirk[c:n]              Agregar un "quirk" (o forzados) para
-                                   ventanas con clase c y nombre n.  Ver la
-                                   seccin QUIRKS
-
-     Los colores deben ser especificados por la especificacin XQueryColor(3) y
-     las fuentes por la especificacin XQueryFont(3)
-
-PROGRAMAS
-     scrotwm te permite definir acciones personales para lanzar los programas
-     que quieras y luego obligar a la misma con una funcin de acciones.  Ver
-     la seccin BINDINGS
-
-     Los programas por defecto se describen ac:
-
-           term             xterm
-           screenshot_all   screenshot.sh completo
-           screenshot_wind  screenshot.sh por ventana
-           lock             xlock
-           initscr          initscreen.sh
-           menu             dmenu_run -fn $bar_font -nb $bar_color -nf
-                            $bar_font_color -sb $bar_border -sf $bar_color
-
-     Los programas en la configuracin personal, se especifican aca:
-
-           program[<nombre>] = <progpath> [<arg> [... <arg>]]
-
-     <nombre> es un identificador, no genera conflictos con ninguna accion o
-     palabra clave, <progpath> es la ruta al programa, y <arg> es ninguno o
-     mas de un argumento para el programa.
-
-     Las siguientes variables de configuracion en scrotwm (ver ARCHIVOS DE
-     CONFIGURACIN ), y pueden ser usadas en los campos de <arg> como asi
-     tambien sustituidas por valores al momento del inicio de un programa:
-
-           $bar_border
-           $bar_color
-           $bar_font
-           $bar_font_color
-           $color_focus
-           $color_unfocus
-
-     Ejemplo:
-
-           program[ff] = /usr/local/bin/firefox http://scrotwm.com.ar/
-           bind[ff] = Mod+f # Ahora Mod+F inicia firefox
-
-     Para deshacer lo anterior:
-
-           bind[] = Mod+f
-           program[ff] =
-
-SIGNALS
-     Enviando scrotwm una se?al de HUP reinicia scrotwm.
-
-BINDINGS
-     scrotwm provee muchas funciones (o acciones) accesibles por medio de la
-     asignacin (bindings) de teclas o el mouse.
-
-     Las corrientes asignaciones (bindings) del mouse son:
-
-           M1               Enfoco una ventana
-           M-M1             Muevo una ventana
-           M-M3             Redimenciono una ventana
-           M-S-M3           Redimenciono una ventana hasta que quede centrada
-
-     Las corrientes asignaciones (bindings) de teclas son:
-
-           M-S-<Return>     term
-           M-p              menu
-           M-S-q            quit
-           M-q              restart scrotwm
-           M-<Space>        cycle_layout
-           M-S-<Space>      reset_layout
-           M-h              master_shrink
-           M-l              master_grow
-           M-,              master_add
-           M-.              master_del
-           M-S-,            stack_inc
-           M-S-.            stack_del
-           M-<Return>       swap_main
-           M-j, M-<TAB>     focus_next
-           M-k, M-S-<TAB>   focus_prev
-           M-m              focus_main
-           M-S-j            swap_next
-           M-S-k            swap_prev
-           M-b              bar_toggle
-           M-x              wind_del
-           M-S-x            wind_kill
-           M-<n>            ws_n
-           M-S-<n>          mvws_n
-           M-<Right>        ws_next
-           M-<Left>         ws_prev
-           M-a              ws_prior
-           M-S-<Right>      screen_next
-           M-S-<Left>       screen_prev
-           M-s              screenshot_all
-           M-S-s            screenshot_wind
-           M-S-v            version
-           M-t              float_toggle
-           M-S <Delete>     lock
-           M-S-i            initscr
-
-     El nombre de las accines descripta a continuacin:
-
-           term             Ejecutar una terminal (ver PROGRAMAS)
-           menu             Menu (ver PROGRAMAS)
-           quit             Salir scrotwm
-           restart          Reiniciar scrotwm
-           cycle_layout     Disposicin de las ventanas
-           reset_layout     Reiniciar la disposicin de las ventanas
-           master_shrink    Achicar la region principal
-           master_grow      Agrandar la region principal
-           master_add       Agregar una ventana a la region principal
-           master_del       Quitar una ventana de la region principal
-           stack_inc        Agregar columnas/filas a las pilas
-           stack_del        Quitar columnas/filas de las pilas
-           swap_main        Mover la ventana corriente a la region principal
-           focus_next       Enfocar la proxima ventana en la estacin de
-                            trabajo
-           focus_prev       Enfocar la anterior ventana en la estacin de
-                            trabajo
-           focus_main       Enfocar en la ventana principal de la estacin de
-                            trabajo
-           swap_next        Ejecutar con la siguiente ventana en la estacin de
-                            trabajo
-           swap_prev        Ejecutar con la anterior ventana en la estacin de
-                            trabajo
-           bar_toggle       Cambiar la barra de estado en todas las estaciones
-                            de trabajo
-           wind_del         Borrar la ventana corriente en la estacin de
-                            trabajo
-           wind_kill        Destruir la ventana corriente en la estacin de
-                            trabajo
-           ws_n             Cambiar entre estaciones de trabajo n, donde n es
-                            1 por 10
-           mvws_n           Mover la ventana corriente a una estacin de
-                            trabajo n, donde n es 1 por 10
-           ws_next          Cambiar a la proxima estacin de trabajo con una
-                            ventana en ella
-           ws_prev          Cambiar a la anterior estacin de trabajo con una
-                            ventana en ella
-           screen_next      Mover el puntero a la proxima region
-           screen_prev      Mover el puntero a la anterior region
-           screenshot_all   Tomar una captura de pantalla de todo la pantalla
-                            (si esta habilitado) (ver PROGRAMAS)
-           screenshot_wind  Tomar una captura de pantalla de la ventana
-                            seleccionada (si esta habilitado) (ver PROGRAMAS)
-           version          Mostrar la version en la barra de estado
-           float_toggle     Mostar la ventana en foco entre las flotantes y
-                            acomodadas
-           lock             Bloquear pantalla (ver PROGRAMAS)
-           initscr          Reiniciar la pantalla (ver PROGRAMAS)
-
-     Personalizar mapeos (bindings) en el archivo de configuracin:
-
-           bind[<accion>] = <teclas>
-
-     <accion> una de las acciones listadas (o ninguna) y <teclas> una o mas
-     teclas modificadas (puede ser ninguna tambien) (MOD, Mod1, Shift, etc.) y
-     una o mas teclas normales (b, barra espaciadora, etc.), separadas por un
-     "+".  Por ejemplo:
-
-           bind[reset] = Mod4+q # combinacin Tecla de Windows + q reinicia
-           bind[] = Mod1+q # des-hace la combinacin Alt + q
-
-     Multiples combinaciones de teclas pueden hacer lo mismo.
-
-QUIRKS
-     scrotwm te da "quirks" (o forzados) ventanas que tienen que ser tratas de
-     manera especial, como por ejemplo, popups, aplicaciones de pantalla
-     completa, etc.
-
-     Los "quirks" (o forzados) por defecto son:
-
-           Firefox-bin:firefox-bin                 TRANSSZ
-           Firefox:Dialog                          FLOAT
-           Gimp:gimp                               FLOAT + ANYWHERE
-           MPlayer:xv                              FLOAT + FULLSCREEN
-           OpenOffice.org 2.4:VCLSalFrame          FLOAT
-           OpenOffice.org 3.1:VCLSalFrame          FLOAT
-           pcb:pcb                                 FLOAT
-           xine:Xine Window                        FLOAT + ANYWHERE
-           xine:xine Panel                         FLOAT + ANYWHERE
-           xine:xine Video Fullscreen Window       FULLSCREEN + FLOAT
-           Xitk:Xitk Combo                         FLOAT + ANYWHERE
-           Xitk:Xine Window                        FLOAT + ANYWHERE
-           XTerm:xterm                             XTERM_FONTADJ
-
-     Los "quirks" (o forzados) se describen a continuacin:
-
-           FLOAT                  Esta ventana no tiene que ser acomodada,
-                                  pero le permitimos flotar libremente.
-           TRANSSZ                Ajusta el tamao de las ventanas transitorias
-                                  que son demasiado pequeas utilizando
-                                  dialog_ratio (ver ARCHIVOS DE CONFIGURACIN).
-           ANYWHERE               Permite que la ventana se ponga donde
-                                  quiera.
-           XTERM_FONTADJ          Ajusta las fuentes de xterm cuando se
-                                  redimenciona.
-           FULLSCREEN             Quita el borde para permitir las ventanas en
-                                  pantalla completa.
-
-     Las configuraciones de "quirks" (o forzados) en el archivo de
-     configuracin se ven a continuacin:
-
-           quirk[<clases>:<nombre>] = <quirk> [+ <quirk> ...]
-
-     <clases> y <nombre> especifica la ventana en la cual el "quirk(s)" (o
-     forzados) se aplica, y <quirk> es uno de los "quirks" (o forzados) de la
-     lista.  Por ejemplo:
-
-           quirk[MPlayer:xv] = FLOAT + FULLSCREEN # dejamos que mplayer funcione libremente
-           quirk[pcb:pcb] = NONE  # borramos el quirk existente
-
-     Podes obtener <clases> y <nombre> corriendo el programa xprop(1) y luego
-     clickear en la ventana que quieras.  En el proximo ejemplo, podremos
-     verlo en accin con una ventana de Firefox:
-
-           $ xprop | grep WM_CLASS
-           WM_CLASS(STRING) = "Navigator", "Firefox"
-
-ARCHIVOS
-     ~/.scrotwm.conf       scrotwm archivo de configuracin especifico del
-                           usuario.
-     /etc/scrotwm.conf     scrotwm configuraciones globales.
-
-HISTORIA
-     scrotwm fue inspirado en xmonad y dwm.
-
-AUTORES
-
-     scrotwm fue escrito por Marco Peereboom <marco@peereboom.us>, Ryan Thomas
-     McBride <mcbride@countersiege.com> and Darrin Chandler
-     <dwchandler@stilyagin.com>.
-
-BUGS
-     Actualmente el menu, se llama con M-p, depende de dmenu.
-
-OpenBSD 4.8                     October 7, 2009                    OpenBSD 4.8
-
- - diff --git a/html/man_it.html b/html/man_it.html deleted file mode 100644 index a78073b..0000000 --- a/html/man_it.html +++ /dev/null @@ -1,358 +0,0 @@ - - - -scrotwm_it.1.html - - - - -NOME
-     scrotwm - gestore di finestre per X11
-
-SINTASSI
-     scrotwm
-
-DESCRIZIONE
-     scrotwm e un gestore di finestre minimale che cerca di stare in disparte,
-     in modo che il prezioso spazio sullo schermo possa essere usato per cose
-     piu importanti. Hai dei default sensati e non costringe l'utente ad im-
-     parare un linguaggio di programmazione per configurarlo. E stato scritto
-     dagli hacker per gli hacker e cerca di essere piccolo, compatto e veloce.
-
-     Quando scrotwm viene avviato, legge le impostazioni presenti nel file di
-     configurazione scrotwm.conf.  Vedere la sezione FILE DI CONFIGURAZIONE
-     piu sotto.
-
-     In questa pagina di manuale viene usata la seguente notazione:
-
-           M       Meta
-           S       Shift
-           <Nome>  Tasto nome
-           M1      Tasto 1 (sinistro) del mouse
-           M3      Tasto 3 (destro) del mouse
-
-     scrotwm e molto semplice da usare. La maggior parte delle operazioni ven-
-     gono svolte usando combinazioni di tasti sulla tastiera o sul mouse.
-     Vedere la sezione SCORCIATOIE piu sotto per i default e le possibilita di
-     personalizzazione.
-
-FILE DI CONFIGURAZIONE
-     scrotwm prova per prima cosa ad aprire il file di configurazione person-
-     ale dell'utente, ~/.scrotwm.conf.  Se il file in questione non e disponi-
-     bile, prova ad usare il file di configurazione globale /etc/scrotwm.conf.
-
-     Il formato di questo file e <chiave> = <valore>.  Per esempio:
-
-           color_focus = red
-
-     Per abilitare o disabilitare un'opzione, usare i valori 1 o 0 rispettiva-
-     mente.
-
-     Il file supporta le seguenti chiavi:
-
-           color_focus             Colore del bordo della finestra che ha il
-                                   focus.
-           color_unfocus           Colore del bordo delle finestre che non
-                                   hanno il focus.
-           bar_enabled             Abilita o disabilita la barra di stato.
-           bar_border[x]           Colore del bordo della barra di stato nello
-                                   schermo x.
-           bar_color[x]            Colore della barra di stato nello schermo
-                                   x.
-           bar_font_color[x]       Colore del testo della barra di stato nello
-                                   schermo x.
-           bar_font                Font della barra di stato.
-           bar_action              Script esterno che aggiunge informazioni
-                                   come la carica della batteria alla barra di
-                                   stato.
-           bar_delay               Frequenza di aggiornamento, in secondi,
-                                   dello script esterno che aggiunge infor-
-                                   mazioni alla barra di stato.
-           stack_enabled           Abilita o disabilita la visualizzazione
-                                   dell'algoritmo di stacking corrente nella
-                                   barra di stato.
-           clock_enabled           Abilita o disabilita l'orologio nella barra
-                                   di stato. Se disabilitato, usando il valore
-                                   0, e possibile usare un orologio personal-
-                                   izzato nello script specificato in bar_ac-
-                                   tion.
-           dialog_ratio            Alcune applicazioni hanno finestre di dial-
-                                   ogo troppo piccole per risultare utili.
-                                   Questa e la percentuale dello schermo che
-                                   verra usata per le finestre di dialogo: ad
-                                   esempio, 0.6 indica il 60% della dimensione
-                                   fisica dello schermo.
-           region                  Alloca una regione personalizzata,
-                                   rimuovendo qualsiasi regione automatica-
-                                   mente rilevata stia occupando lo stesso
-                                   spazio sullo schermo.  Definita nel formato
-                                   screen[<idx>]:LARGHEZZAxALTEZZA+X+Y, ad es-
-                                   empio  screen[1]:800x1200+0+0.
-           term_width              Imposta la dimensione minima preferita per
-                                   il terminale. Se questo valore e maggiore
-                                   di 0, scrotwm cerchera di riaggiustare la
-                                   dimensione del testo nel terminale in modo
-                                   che la larghezza del terminale rimanga so-
-                                   pra il valore quando la finestra viene
-                                   ridimensionata. Al momento solo xterm(1) e
-                                   supportato. Il binario di xterm(1) deve es-
-                                   sere setuid o setgid perche questo fun-
-                                   zioni: nella maggior parte dei sistemi,
-                                   questo e il default. L'utente potrebbe vol-
-                                   er impostare program[term] (vedere la
-                                   sezione PROGRAMMI piu sotto) per usare una
-                                   seconda copia del binario di xterm(1) che
-                                   non abbia il bit setgid impostato.
-           title_class_enabled     Abilita o disabilita la visualizzazione
-                                   della classe della finestra nella barra di
-                                   stato. Impostare a 1 per abilitare.
-           title_name_enabled      Abilita o disabilita la visualizzazione del
-                                   titolo della finestra nella barra di stato.
-                                   Impostare a 1 per abilitare.
-           modkey                  Cambia il tasto modificatore.  Solitamente
-                                   Mod1 e il tasto ALT e Mod4 e il tasto Win-
-                                   dows su un PC.
-           program[p]              Definisce una nuova azione per lanciare il
-                                   programma p.  Vedere la sezione PROGRAMMI
-                                   piu sotto.
-           bind[x]                 Assegna una combinazione di tasti
-                                   all'azione x.  Vedere la sezione
-                                   SCORCIATOIE piu sotto.
-           quirk[c:n]              Aggiunge un "quirk" per le finestre di
-                                   classe c e nome n.  Vedere la sezione
-                                   QUIRKS piu sotto.
-
-     I colori devono essere specificati nel formato usato da XQueryColor(3) e
-     i font in quello usato da XQueryFont(3).
-
-PROGRAMMI
-     scrotwm consente la definizione di azioni personalizzate per lanciare
-     programmi di propria scelta, che possono essere assegnate a combinazioni
-     di tasti nello stesso modo in cui e possibile farlo con le azioni predef-
-     inite.  Vedere la sezione SCORCIATOIE piu sotto.
-
-     I programmi di default sono descritte qui sotto:
-
-           term             xterm
-           screenshot_all   screenshot.sh full
-           screenshot_wind  screenshot.sh window
-           lock             xlock
-           initscr          initscreen.sh
-           menu             dmenu_run -fn $bar_font -nb $bar_color -nf
-                            $bar_font_color -sb $bar_border -sf $bar_color
-
-     I programmi personalizzati vengono specificati con la seguente sintassi:
-
-           program[<nome>] = <percorso> [<arg> [... <arg>]]
-
-     <nome> e un qualsiasi identificatore che non va in conflitto con
-     un'azione predefinita o una chiave, <percorso> e il programma desiderato,
-     e <arg> sono zero o piu argomenti da passare al programma.
-
-     Le seguenti variabili rappresentano valori impostabili in scrotwm (vedere
-     la sezione FILE DI CONFIGURAZIONE sopra), e possono essere usati nel cam-
-     po <arg> dove saranno sostituite con il valore al momento del lancio del
-     programma:
-
-           $bar_border
-           $bar_color
-           $bar_font
-           $bar_font_color
-           $color_focus
-           $color_unfocus
-
-     Esempio:
-
-           program[ff] = /usr/local/bin/firefox http://scrotwm.org/
-           bind[ff] = Mod+f # adesso Mod+F lancia firefox
-
-     Per eliminare la combinazione precedente:
-
-           bind[] = Mod+f
-           program[ff] =
-
-SCORCIATOIE
-     scrotwm fornisce molte funzioni (o azioni) accessibili tramite combi-
-     nazioni di tasti sul mouse o sulla tastiera.
-
-     Le scorciatoie assegnate al mouse sono:
-
-           M1               Da focus alla finestra
-           M-M1             Muove la finestra
-           M-M3             Ridimensiona la finestra
-           M-S-M3           Ridimensiona la finestra mantenendola centrata
-
-     Le scorciatoie da tastiera di default sono:
-
-           M-S-<Return>     term
-           M-p              menu
-           M-S-q            quit
-           M-q              restart scrotwm
-           M-<Space>        cycle_layout
-           M-S-<Space>      reset_layout
-           M-h              master_shrink
-           M-l              master_grow
-           M-,              master_add
-           M-.              master_del
-           M-S-,            stack_inc
-           M-S-.            stack_del
-           M-<Return>       swap_main
-           M-j, M-<TAB>     focus_next
-           M-k, M-S-<TAB>   focus_prev
-           M-m              focus_main
-           M-S-j            swap_next
-           M-S-k            swap_prev
-           M-b              bar_toggle
-           M-x              wind_del
-           M-S-x            wind_kill
-           M-<n>            ws_n
-           M-S-<n>          mvws_n
-           M-<Right>        ws_next
-           M-<Left>         ws_prev
-           M-S-<Right>      screen_next
-           M-S-<Left>       screen_prev
-           M-s              screenshot_all
-           M-S-s            screenshot_wind
-           M-S-v            version
-           M-t              float_toggle
-           M-S <Delete>     lock
-           M-S-i            initscr
-
-     I nomi delle azioni e le relative descrizioni sono le seguenti:
-
-           term             Lancia un nuovo terminale (vedi PROGRAMMI piu in
-                            alto)
-           menu             Menu (vedi PROGRAMMI piu in alto)
-           quit             Chiude scrotwm
-           restart          Riavvia scrotwm
-           cycle_layout     Cambia layout
-           reset_layout     Re-inizializza il layout
-           master_shrink    Restringe l'area principale
-           master_grow      Allarga l'area principale
-           master_add       Aggiunge finestre all'area principale
-           master_del       Rimuove finestre dall'area principale
-           stack_inc        Aggiunge righe/colonne all'area di stacking
-           stack_del        Rimuove righe/colonne dall'area di stacking
-           swap_main        Muove la finestra corrente nell'area principale
-           focus_next       Da il focus alla finestra successiva
-           focus_prev       Da il focus alla finestra precedente
-           focus_main       Da il focus alla finestra principale
-           swap_next        Scambia con la finestra successiva dell'area di
-                            lavoro
-           swap_prev        Scambia con la finestra precedente dell'area di
-                            lavoro
-           bar_toggle       Mostra/nascondi la barra di stato da tutte le aree
-                            di lavoro
-           wind_del         Chiudi la finestra corrente
-           wind_kill        Distruggi la finestra corrente
-           ws_n             Passa all'area di lavoro n, dove n e compreso tra
-                            1 e 10
-           mvws_n           Sposta la finestra corrente nell'area di lavoro n,
-                            dove n e compreso tra 1 e 10
-           ws_next          Passa all'area di lavoro non vuota successiva
-           ws_prev          Passa all'area di lavoro non vuota precedente
-           screen_next      Sposta il puntatore nella regione successiva
-           screen_prev      Sposta il puntatore nella regione precedente
-           screenshot_all   Cattura uno screenshot dell'intero schermo, se
-                            abilitato (vedere la sezione PROGRAMMI sopra)
-           screenshot_wind  Cattura uno screenshot di una singola finestra, se
-                            abilitato (vedere la sezione PROGRAMMI sopra)
-           version          Abilita/disabilita il numero di versione nella
-                            barra di stato
-           float_toggle     Passa la finestra che ha il focus da floating a
-                            tiled
-           lock             Blocca lo schermo (vedere la sezione PROGRAMMI so-
-                            pra)
-           initscr          Re-inizializza gli schermi fisici (vedere la
-                            sezione PROGRAMMI sopra)
-
-     Le scorciatoie personalizzate sono specificate nel file di configurazione
-     come segue:
-
-           bind[<azione>] = <tasti>
-
-     <azione> e una delle azioni elencate sopra (oppure nulla) e <tasti> e da-
-     to da zero o piu modificatori (MOD, Mod1, Shift, ecc.) e uno o piu tasti
-     normali (b, space, ecc.), separati da "+".  Per esempio:
-
-           bind[reset] = Mod4+q # assegna reset ai tasti Windows + q
-           bind[] = Mod1+q # rimuovi l'assegnazione di Alt + q
-
-     Piu combinazioni di tasti possono essere assegnate alla stessa azione.
-
-QUIRK
-     scrotwm fornisce la possibilita di specificare dei "quirk" per la ges-
-     tione di finestre che devono subire un trattamento speciale da un gestore
-     di finestre tiling, come ad esempio alcune finestre di dialogo e appli-
-     cazioni a schermo intero.
-
-     I quirk abilitati di default sono elencati qui sotto:
-
-           Firefox-bin:firefox-bin                 TRANSSZ
-           Firefox:Dialog                          FLOAT
-           Gimp:gimp                               FLOAT + ANYWHERE
-           MPlayer:xv                              FLOAT + FULLSCREEN
-           OpenOffice.org 2.4:VCLSalFrame          FLOAT
-           OpenOffice.org 3.1:VCLSalFrame          FLOAT
-           pcb:pcb                                 FLOAT
-           xine:Xine Window                        FLOAT + ANYWHERE
-           xine:xine Panel                         FLOAT + ANYWHERE
-           xine:xine Video Fullscreen Window       FULLSCREEN + FLOAT
-           Xitk:Xitk Combo                         FLOAT + ANYWHERE
-           Xitk:Xine Window                        FLOAT + ANYWHERE
-           XTerm:xterm                             XTERM_FONTADJ
-
-     I quirk sono descritti qui sotto:
-
-           FLOAT                  Questa finestra deve essere lasciata libera
-                                  di muoversi.
-           TRANSSZ                Aggiusta la dimensione delle finestre troppo
-                                  piccole usando dialog_ratio (vedere FILE DI
-                                  CONFIGURAZIONE).
-           ANYWHERE               Consente alla finestra di decidere da sola
-                                  dove posizionarsi.
-           XTERM_FONTADJ          Aggiusta il font di xterm quando viene ridi-
-                                  mensionata la finestra.
-           FULLSCREEN             Rimuove i bordi, consentendo alla finestra
-                                  di usare l'intera dimensione dello schermo.
-
-     I quirk personalizzati vanno specificati nel file di configurazione come
-     segue:
-
-           quirk[<classe>:<nome>] = <quirk> [+ <quirk> ...]
-
-     <classe> e <nome> specificano a quali finestre i quirk vanno applicati, e
-     <quirk> e uno dei quirk presente nella lista sopra.  Ad esempio:
-
-           quirk[MPlayer:xv] = FLOAT + FULLSCREEN # lascia che mplayer suoni
-           quirk[pcb:pcb] = NONE  # rimuovi un quirk precedentemente specificato
-
-     E possibile ottenere <classe> e <nome> usando xprop(1) e facendo click
-     sulla finestra desiderata.  Nel seguente esempio e stato fatto click sul-
-     la finestra principale di Firefox:
-
-           $ xprop | grep WM_CLASS
-           WM_CLASS(STRING) = "Navigator", "Firefox"
-
-     Bisogna tener conto del fatto che usare grep per trovare WM_CLASS inverte
-     la classe e il nome. Nell'esempio precedente, la dichiarazione del quirk
-     sarebbe
-
-           quirk[Firefox:Navigator] = FLOAT
-
-FILE
-     ~/.scrotwm.conf       impostazioni di scrotwm dell'utente.
-     /etc/scrotwm.conf     impostazioni globali di scrotwm.
-
-ORIGINE
-     scrotwm prende ispirazione da xmonad & dwm.
-
-AUTORI
-     scrotwm e stato scritto da Marco Peereboom <marco@peereboom.us>, Ryan
-     Thomas McBride <mcbride@countersiege.com> e Darrin Chandler
-     <dwchandler@stilyagin.com>.
-
-BUGS
-     Al momento il menu, invocato usando M-p, dipende da dmenu.
-
- diff --git a/html/man_pt.html b/html/man_pt.html deleted file mode 100644 index 9e632c3..0000000 --- a/html/man_pt.html +++ /dev/null @@ -1,384 +0,0 @@ - - - - -~/scrotwm_pt.1.html - - - - - - - -
-SCROTWM(1)                 OpenBSD Reference Manual                 SCROTWM(1)
-
-NOME
-     scrotwm - gerenciador de janela para o X11
-
-SINOPSE
-     scrotwm
-
-DESCRICAO
-     scrotwm e um gerenciador de janela minimalista que tenta nao atrapalhar a
-     valorosa forma real da tela para que essa possa ser usada para coisas
-     muito mais importantes.  Tem sensatos defaults e nao requer que alguem
-     aprenda uma linguagem de programacao para fazer qualquer configuracao.
-     Ele foi escrito por hackers para hackers e esforca-se em ser pequeno,
-     compacto e rapido.
-
-     Quando o scrotwm inicia, ele le as configuracoes do seu arquivo de
-     configuracao, scrotwm.conf.  Veja a secao ARQUIVOS DE CONFIGURACAO logo
-     abaixo.
-
-     A seguinte notacao e usada por toda essa pagina:
-
-           M       Meta
-           S       Shift
-           <Name>  Nome da tecla
-           M1      Botao 1 do mouse
-           M3      Botao 3 do mouse
-
-     scrotwm e muito simples de usar.  Muitas das acoes sao iniciadas por
-     atalhos do mouse ou do teclado.  Veja a secao ATALHOS logo abaixo para os
-     defaults e as personalizacoes.
-
-ARQUIVOS DE CONFIGURACAO
-     scrotwm primeiro tenta abrir o arquivo de configuracao no diretorio do
-     usuario, ~/.scrotwm.conf.  Se o arquivo nao estiver disponivel, entao
-     tenta abrir o arquivo de configuracao global /etc/scrotwm.conf.
-
-     Assim e o formato do arquivo:<palavra-chave> = <configuracao>.  Por
-     exemplo:
-
-           color_focus = red
-
-     Para habilitar ou desabilitar uma opcao usa-se o 1 ou 0, respectivamente.
-
-     O arquivo suporta as seguintes palavras-chave:
-
-           color_focus             Cor da borda da janela atualmente focada.
-           color_unfocus           Cor da borda das janelas fora de foco.
-           bar_enabled             Habilita ou desabilita a barra de status.
-           bar_border[x]           Cor da borda da barra de status na tela x.
-           bar_color[x]            Cor da janela da barra de status na tela x.
-           bar_font_color[x]       Cor da fonte na barra de status na tela x.
-           bar_font                Fonte da barra de status.
-           bar_action              Script externo que preenche a barra de
-                                   status com informacoes adicionais, como
-                                   tempo de vida da bateria.
-           bar_delay               Frequencia da atualizacao, em segundos, do
-                                   script externo que preenche a barra de
-                                   status.
-           bar_at_bottom           Coloca a barra de status na parte inferior
-                                   de cada regiao, ao inves da parte superior.
-           stack_enabled           Habilita ou desabilita mostrar o atual
-                                   algoritmo de empilhamento na barra de
-                                   status.
-           clock_enabled           Habilita ou desabilita mostrar o relogio na
-                                   barra de status.  Desabilite configurando
-                                   para 0, entao um relogio personalizado pode
-                                   ser usado no script bar_action.
-           dialog_ratio            Algumas aplicacoes tem janelas de dialogo
-                                   que sao muito pequenas para serem uteis.
-                                   Essa taxa e o tamanho da tela para o qual
-                                   elas serao redimencionadas.  Por exemplo,
-                                   0.6 equivale a 60% do tamanho da tela
-                                   fisica.
-           region                  Aloca uma regiao personalizada, removendo
-                                   qualquer regiao automaticamente detectada
-                                   que ocupe o mesmo espaco na tela.  Definido
-                                   no formato screen[<idx>]:WIDTHxHEIGHT+X+Y,
-                                   e.g. screen[1]:800x1200+0+0.
-           term_width              Configura a largura minima preferida para o
-                                   terminal Se esse valor for maior do que 0,
-                                   scrotwm vai tentar ajustar os tamanhos da
-                                   fonte no terminal para manter a largura do
-                                   terminal acima desse numero enquanto a
-                                   janela e redimencionada.  Apenas o xterm(1)
-                                   e suportado atualmente.  O binario do
-                                   xterm(1) nao deve ser setuid ou setgid, que
-                                   e o default em muitos sistemas.  Os
-                                   usuarios podem precisar de configurar
-                                   program[term] (veja a secao PROGRAMAS )
-                                   para usar uma copia alternativa do binario
-                                   do xterm(1) sem o bit setgid ativado.
-           title_class_enabled     Habilita ou desabilita mostrar a classe da
-                                   janela na barra de status.  Habilite
-                                   configurando para 1.
-           title_name_enabled      Habilita ou desabilita mostrar o titulo da
-                                   janela na barra de status.  Habilite
-                                   configurando para 1.
-           modkey                  Muda a tecla de modificacao.  Mod1 e
-                                   geralmente a tecla ALT e Mod4 e a tecla
-                                   windows em um PC.
-           focus_mode              Usar um valor de follow_cursor vai fazer o
-                                   gerenciador de janela focar a janela sob o
-                                   mouse quando trocando areas de trabalho e
-                                   criando janelas.
-           disable_border          Remove a borda quando a barra estiver
-                                   desabilitada e houver apenas uma janela na
-                                   tela.
-           program[p]              Define uma nova acao para executar um
-                                   programa p.  Veja a secao PROGRAMAS logo
-                                   abaixo.
-           bind[x]                 Cria uma combinacao de teclas de atalho
-                                   para a acao x.  Veja a secao ATALHOS logo
-                                   abaixo.
-           quirk[c:n]              Adicione "quirk" para janelas com classe c
-                                   e nome n.  Veja a secao QUIRKS logo abaixo.
-
-     Cores precisam ser especificadas pela especificacao XQueryColor(3) e
-     fontes pela especificacao XQueryFont(3).
-
-     Para listar as fontes disponiveis em seu sistema veja o manual do
-     fc-list(1) ou do xlsfonts(1).  A aplicacao xfontsel(1) pode te ajudar a
-     mostrar a X Logical Font Description ("XLFD") usada na configuracao da
-     palavra-chave bar_font.
-
-PROGRAMAS
-     scrotwm te permite definir acoes personalizadas para executar programas
-     de sua escolha e entao criar um atalho para elas da mesma forma que as
-     acoes embutidas.  Veja a secao ATALHOS logo abaixo.
-
-     Os programas default sao descritos abaixo:
-
-           term             xterm
-           screenshot_all   screenshot.sh full
-           screenshot_wind  screenshot.sh window
-           lock             xlock
-           initscr          initscreen.sh
-           menu             dmenu_run -fn $bar_font -nb $bar_color -nf
-                            $bar_font_color -sb $bar_border -sf $bar_color
-
-     Programas personalizados no arquivo de configuracao sao especificados da
-     seguinte maneira:
-
-           program[<name>] = <progpath> [<arg> [... <arg>]]
-
-     <name> e um identificador qualquer que nao conflite com uma acao ou
-     palavra-chave embutida, <progpath> e o programa desejado, e <arg> e zero
-     ou mais argumentos para o programa.
-
-     As seguintes variaveis representam valores configuraveis no scrotwm (veja
-     a secao ARQUIVOS DE CONFIGURACAO logo acima), e podem ser usadas nos
-     campos <arg> e serao substituidas pelos valores na hora em que o programa
-     for executado:
-
-           $bar_border
-           $bar_color
-           $bar_font
-           $bar_font_color
-           $color_focus
-           $color_unfocus
-
-     Exemplo:
-
-           program[ff] = /usr/local/bin/firefox http://scrotwm.org/
-           bind[ff] = Mod+f # Agora Mod+F executa o firefox
-
-     Para desfazer a configuracao anterior:
-
-           bind[] = Mod+f
-           program[ff] =
-
-ATALHOS
-     scrotwm prove muitas funcoes (ou aces) acessadas pelos atalhos do teclado
-     ou do mouse.
-
-     Os atuais atalhos do mouse sao descritos abaixo:
-
-           M1               Foca a janela
-           M-M1             Move a janela
-           M-M3             Redimenciona a janela
-           M-S-M3           Redimenciona a janela enquanto a mantem
-                            centralizada
-
-     Os atalhos default do teclado sao descritos abaixo:
-
-           M-S-<Return>     term
-           M-p              menu
-           M-S-q            quit
-           M-q              restart scrotwm
-           M-<Space>        cycle_layout
-           M-S-<Space>      reset_layout
-           M-h              master_shrink
-           M-l              master_grow
-           M-,              master_add
-           M-.              master_del
-           M-S-,            stack_inc
-           M-S-.            stack_del
-           M-<Return>       swap_main
-           M-j, M-<TAB>     focus_next
-           M-k, M-S-<TAB>   focus_prev
-           M-m              focus_main
-           M-S-j            swap_next
-           M-S-k            swap_prev
-           M-b              bar_toggle
-           M-x              wind_del
-           M-S-x            wind_kill
-           M-<n>            ws_n
-           M-S-<n>          mvws_n
-           M-<Right>        ws_next
-           M-<Left>         ws_prev
-           M-a              ws_prior
-           M-S-<Right>      screen_next
-           M-S-<Left>       screen_prev
-           M-s              screenshot_all
-           M-S-s            screenshot_wind
-           M-S-v            version
-           M-t              float_toggle
-           M-S <Delete>     lock
-           M-S-i            initscr
-
-     Os nomes das acoes e suas descrices estao listados abaixo:
-
-           term             Executa um novo terminal (veja a secao PROGRAMAS
-                            logo acima)
-           menu             Menu (veja a secao PROGRAMAS logo acima)
-           quit             Sair scrotwm
-           restart          Reiniciar scrotwm
-           cycle_layout     Circula entre os possiveis layouts
-           reset_layout     Reinicia o layout
-           master_shrink    Encolhe a area mestre
-           master_grow      Aumenta a area mestre
-           master_add       Adiciona janelas na area mestre
-           master_del       Remove janelas da area mestre
-           stack_inc        Adiciona colunas/linhas para a area de
-                            empilhamento
-           stack_del        Remove colunas/linhas da area de empilhamento
-           swap_main        Move a janela atual para a area mestre
-           focus_next       Foca a proxima janela da area de trabalho
-           focus_prev       Foca a janela anterior da area de trabalho
-           focus_main       Foca a janela principal da area de trabalho
-           swap_next        Troca com a proxima janela da area de trabalho
-           swap_prev        Troca com a janela anterior da area de trabalho
-           bar_toggle       Ativa/desativa a barra de status em todas as areas
-                            de trabalho
-           wind_del         Apaga a janela atual da area de trabalho
-           wind_kill        Destroi a janela atual da area de trabalho
-           ws_n             Troca para a area de trabalho n, onde n vai de 1
-                            ate 10
-           mvws_n           Move a janela atual para a area de trabalho n,
-                            onde n vai de 1 ate 10
-           ws_next          Troca para a proxima area de trabalho que possua
-                            uma janela
-           ws_prev          Troca para a area de trabalho anterior que possua
-                            uma janela
-           ws_prior         Troca para a ultima area de trabalho visitada
-           screen_next      Move o ponteiro para a proxima regiao
-           screen_prev      Move o ponteiro para a regiao anterior
-           screenshot_all   Tira screenshot da tela inteira (se habilitado)
-                            (veja a secao PROGRAMAS logo acima)
-           screenshot_wind  Tira screenshot da janela selecionada (se
-                            habilitado) (veja a secao PROGRAMAS logo acima)
-           version          Ativa/desativa a versao na barras de status
-           float_toggle     Troca o estado da janela focada entre flutuante e
-                            tiled
-           lock             Trava a tela (veja a secao PROGRAMAS logo acima)
-           initscr          Reinicializa as telas fisicas (veja a secao
-                            PROGRAMAS logo acima)
-
-     Atalhos personalizados no arquivo de configuracao sao especificados da
-     seguinte maneira:
-
-           bind[<action>] = <keys>
-
-     <action> e uma das acoes listadas acima (ou vazio) e <keys> esta na forma
-     de zero ou mais teclas de modificacao (MOD, Mod1, Shift, etc.) e uma ou
-     mais teclas normais (b, space, etc.), separadas pelo "+".  Por exemplo:
-
-           bind[reset] = Mod4+q # combina a tecla Windows + q para reiniciar
-           bind[] = Mod1+q # desfaz a combinacao Alt + q
-
-     Multiplas combinacoes de teclas podem ser usadas para a mesma acao.
-
-QUIRKS
-     scrotwm prove "quirks" que manipulam janelas que devem ser tratadas
-     especialmente em um gerenciador de janela "tiling", tal como algumas
-     aplicacoes de dialogos e tela cheia.
-
-     Os quirks default estao descritos abaixo:
-
-           Firefox-bin:firefox-bin                 TRANSSZ
-           Firefox:Dialog                          FLOAT
-           Gimp:gimp                               FLOAT + ANYWHERE
-           MPlayer:xv                              FLOAT + FULLSCREEN
-           OpenOffice.org 2.4:VCLSalFrame          FLOAT
-           OpenOffice.org 3.1:VCLSalFrame          FLOAT
-           pcb:pcb                                 FLOAT
-           xine:Xine Window                        FLOAT + ANYWHERE
-           xine:xine Panel                         FLOAT + ANYWHERE
-           xine:xine Video Fullscreen Window       FULLSCREEN + FLOAT
-           Xitk:Xitk Combo                         FLOAT + ANYWHERE
-           Xitk:Xine Window                        FLOAT + ANYWHERE
-           XTerm:xterm                             XTERM_FONTADJ
-
-     Os quirks em si estao descritos abaixo:
-
-           FLOAT                  Esta janela nao deve ser "tiled", mas
-                                  permitida a flutuar livremente.
-           TRANSSZ                Ajusta o tamanho das janelas transitorias
-                                  que sejam muito pequenas usando dialog_ratio
-                                  (veja a secao ARQUIVOS DE CONFIGURACAO).
-           ANYWHERE               Permite que a janela posicione a si mesma,
-                                  nao-centrada.
-           XTERM_FONTADJ          Ajusta as fontes do xterm quando
-                                  redimencionando.
-           FULLSCREEN             Remove a borda para permitir a janela usar
-                                  todo o tamanho da tela.
-
-     Quirks personalizados no arquivo de configuracao sao especificados da
-     seguinte maneira:
-
-           quirk[<class>:<name>] = <quirk> [+ <quirk> ...]
-
-     <class> e <name> especificam a janela ao qual o quirk se aplica, e
-     <quirk> e um dos quirks da lista acima.  Por exemplo:
-
-           quirk[MPlayer:xv] = FLOAT + FULLSCREEN # faz o mplayer tocar livremente
-           quirk[pcb:pcb] = NONE  # remove quirk existente
-
-     Voce pode obter <class> e <name> executando o xprop(1) e entao clicando
-     na janela desejada.  No seguinte exemplo a jenela principal do Firefox
-     foi clicada:
-
-           $ xprop | grep WM_CLASS
-           WM_CLASS(STRING) = "Navigator", "Firefox"
-
-     Note que usando o grep(1) para WM_CLASS voce obtem class e name.  No
-     exemplo acima a configuracao do quirk poderia ser:
-
-           quirk[Firefox:Navigator] = FLOAT
-
-SINAIS
-     Enviar ao scrotwm um sinal HUP fara com que o mesmo seja reiniciado.
-
-ARQUIVOS
-     ~/.scrotwm.conf       Configuracoes especificas do usuario.
-     /etc/scrotwm.conf     Configuracoes globais.
-
-HISTORIA
-     scrotwm foi inspirado pelo xmonad & dwm.
-
-AUTORES
-
-     scrotwm foi escrito por Marco Peereboom <marco@peereboom.us>, Ryan Thomas
-     McBride <mcbride@countersiege.com> e Darrin Chandler
-     <dwchandler@stilyagin.com>.
-
-BUGS
-     Atualmente o menu, invocado com M-p, depende do dmenu.
-
-OpenBSD 4.8                      July 15, 2010                     OpenBSD 4.8
-
- - diff --git a/html/man_ru.html b/html/man_ru.html deleted file mode 100644 index 9f071dc..0000000 --- a/html/man_ru.html +++ /dev/null @@ -1,335 +0,0 @@ - - - -scrotwm_ru.1.html - - - - -SCROTWM(1)                 OpenBSD Reference Manual                 SCROTWM(1)
-
-НАЗВАНИЕ
-     scrotwm — Оконный менеджер для X11
-
-ИСПОЛЬЗОВАНИЕ
-     scrotwm
-
-ОПИСАНИЕ
-     scrotwm это минималистичный менеджер окон, ставящий своей целью не мешать
-     вам и не занимать ценное пространство экрана. Его настройки по-умолчанию
-     разумны и, кроме того, он не требует знания языков программирования для
-     работы с конфигурационным файлом. Он написан хакерами для хакеров и
-     старается быть легким, компактным и быстрым.
-
-     Когда scrotwm запускается, он читает настройки из своего
-     конфигурационного файла, scrotwm.conf.  Ð¡Ð¼Ð¾Ñ‚рите секцию КОНФИГУРАЦИОННЫЕ
-     ФАЙЛЫ ниже.
-
-     На этой странице используются следующие обозначения:
-
-           M       Мета-клавиша
-           S       Shift
-           ⟨Name⟩  Ð˜Ð¼Ñ клавиши
-           M1      ÐšÐ½Ð¾Ð¿ÐºÐ° мыши 1
-           M3      ÐšÐ½Ð¾Ð¿ÐºÐ° мыши 3
-
-     scrotwm должен быть понятным и очевидным.  Ð‘ольшинство действий
-     выполняется комбинациями клавиш.  Ð¡Ð¼Ð¾Ñ‚рите секцию ПРИВЯЗКИ ниже, чтобы
-     узнать о стандартных настройках.
-
-КОНФИГУРАЦИОННЫЕ ФАЙЛЫ
-     scrotwm пытается прочитать файл в домашнем каталоге, ~/.scrotwm.conf.  Ð’
-     случае, если он недоступен, происходит обращение к глобальному файлу
-     настроек, /etc/scrotwm.conf.
-
-     Формат файла следующий: <ключ> = <значение>.  ÐÐ°Ð¿Ñ€Ð¸Ð¼ÐµÑ€:
-
-           color_focus = red
-
-     Однозначное включение и выключение задается значениями 1 и 0.
-
-     Поддерживаются следующие ключевые слова:
-
-           color_focus             Цвет рамки окна в фокусе.
-           color_unfocus           Цвет рамки окон не в фокусе.
-           bar_enabled             Включение статусной строки.
-           bar_border[x]           Цвет рамки статусной строки x.
-           bar_color[x]            Ð¦Ð²ÐµÑ‚ статусной строки x.
-           bar_font_color[x]       Цвет шрифта статусной строки x.
-           bar_font                Ð¢Ð¸Ð¿ шрифта статусной строки.
-           bar_action              Ð’нешний файл скрипта для статусной строки,
-                                   выводящий туда информацию, например,
-                                   уровень заряда батарей.
-           bar_delay               Частота выполнения внешнего скрипта
-                                   статусной строки, секунды.
-           stack_enabled           Включить отображение способа укладки окон в
-                                   статусной строке.
-           clock_enabled           Включить часы в статусной строке.  ÐœÐ¾Ð¶Ð½Ð¾
-                                   отключить, установив 0, и Вы сможете
-                                   использовать собственные часы из внешнего
-                                   скрипта.
-           dialog_ratio            Ð ÑÐ´ приложений имеет слишком маленькие
-                                   диалоговые окна.  Ð­Ñ‚о значение - доля
-                                   размера экрана, к которой они будут
-                                   приведены.  ÐÐ°Ð¿Ñ€Ð¸Ð¼ÐµÑ€, значение 0.6 будет
-                                   соответствовать 60% от реального размера
-                                   экрана.
-           region                  Ð’ыделяет область экрана на Ваше усмотрение,
-                                   уничтожает все перекрытые области экрана,
-                                   определенные автоматически.  Ð¤Ð¾Ñ€Ð¼Ð°Ñ‚:
-                                   screen[<idx>]:WIDTHxHEIGHT+X+Y, например
-                                   screen[1]:1280x800+0+0.
-           term_width              Ð£ÑÑ‚ановить минимальную допустимую ширину
-                                   эмулятора терминала.  Ð•ÑÐ»Ð¸ это значение
-                                   больше 0, scrotwm попытается
-                                   отмасштабировать шрифты в терминале, чтобы
-                                   ширина была больше этого значения
-                                   Поодерживается только xterm(1) Также
-                                   xterm(1) не может быть с setuid или setgid,
-                                   хотя это так на многих системах.  Ð’озможно
-                                   необходимо задать program[term] (Смотрите
-                                   секцию ПРОГРАММЫ ) чтобы использовалась
-                                   другая копия xterm(1) без заданного бита
-                                   setgid.
-           title_class_enabled     Отображать класс окна в статусной строке.
-                                   Обычно выключено
-           title_name_enabled      ÐžÑ‚ображать заголовок окна в статусной
-                                   строке.  ÐžÐ±Ñ‹Ñ‡Ð½Ð¾ выключено
-           modkey                  ÐÐ°Ð·Ð½Ð°Ñ‡Ð¸Ñ‚ÑŒ Мета-клавишу,
-                                   клавишу-модификатор.  Mod1 соответствует
-                                   клавише ALT, а Mod4 соответствует клавише
-                                   WIN на PC.
-           program[p]              Ð”обавить пользовательскую программу для
-                                   назначения привязки p.  Ð¡Ð¼Ð¾Ñ‚рите секцию
-                                   ПРОГРАММЫ ниже.
-           bind[x]                 Назначить привязку на действие x.  Ð¡Ð¼Ð¾Ñ‚рите
-                                   секцию ПРИВЯЗКИ ниже.
-           quirk[c:n]              Ð”обавить костыль для окон с классом c и
-                                   именем n.  Ð¡Ð¼Ð¾Ñ‚рите секцию КОСТЫЛИ ниже.
-
-     Цвета задаются с помощью XQueryColor(3) А шрифты задаются с
-     использованием XQueryFont(3)
-
-ПРОГРАММЫ
-     scrotwm позволяет Вам добавлять Ваши собственные действия для запуска
-     программ и делать к ним привязки как ко всем остальным действиям Смотрите
-     секцию ПРИВЯЗКИ ниже.
-
-     Стандартные программы:
-
-           term             xterm
-           screenshot_all   screenshot.sh full
-           screenshot_wind  screenshot.sh window
-           lock             xlock
-           initscr          initscreen.sh
-           menu             dmenu_run -fn $bar_font -nb $bar_color -nf
-                            $bar_font_color -sb $bar_border -sf $bar_color
-
-     Ваши собственные программы задаются следующим образом:
-
-           program[<name>] = <progpath> [<arg> [... <arg>]]
-
-     ⟨name⟩ это любой идентификатор, не мешающийся с уже существующими,
-     ⟨progpath⟩ это собственно путь к программе, ⟨arg⟩ это список передаваемых
-     аргументов или оставьте пустым.
-
-     Следующие переменные можно получать из scrotwm (Смотрите секцию
-     КОНФИГУРАЦИОННЫЕ ФАЙЛЫ выше), и их можно использовать как ⟨arg⟩ (в момент
-     запуска программы будет выполнена подстановка значений):
-
-           $bar_border
-           $bar_color
-           $bar_font
-           $bar_font_color
-           $color_focus
-           $color_unfocus
-
-     Например:
-
-           program[ff] = /usr/local/bin/firefox http://scrotwm.org/
-           bind[ff] = Mod+f # Значит Mod+F запускает firefox
-
-     Чтобы отменить назначение:
-
-           bind[] = Mod+f
-           program[ff] =
-
-ПРИВЯЗКИ
-     scrotwm предоставляет доступ к действиям с помощью клавиатурных
-     комбинаций.
-
-     Установленные привязки для мыши:
-
-           M1               Сфокусироваться на окне
-           M-M1             Переместить окно
-           M-M3             Изменить размер окна
-           M-S-M3           Изменить размер окна, удерживая его в центре
-
-     Стандартные клавиатурные привязки:
-
-           M-S-⟨Return⟩     term
-           M-p              menu
-           M-S-q            quit
-           M-q              restart scrotwm
-           M-⟨Space⟩        cycle_layout
-           M-S-⟨Space⟩      reset_layout
-           M-h              master_shrink
-           M-l              master_grow
-           M-,              master_add
-           M-.              master_del
-           M-S-,            stack_inc
-           M-S-.            stack_del
-           M-⟨Return⟩       swap_main
-           M-j, M-⟨TAB⟩     focus_next
-           M-k, M-S-⟨TAB⟩   focus_prev
-           M-m              focus_main
-           M-S-j            swap_next
-           M-S-k            swap_prev
-           M-b              bar_toggle
-           M-x              wind_del
-           M-S-x            wind_kill
-           M-⟨n⟩            ws_n
-           M-S-⟨n⟩          mvws_n
-           M-⟨Right⟩        ws_next
-           M-⟨Left⟩         ws_prev
-           M-S-⟨Right⟩      screen_next
-           M-S-⟨Left⟩       screen_prev
-           M-s              screenshot_all
-           M-S-s            screenshot_wind
-           M-S-v            version
-           M-t              float_toggle
-           M-S ⟨Delete⟩     lock
-           M-S-i            initscr
-
-     Описания действий перечислены ниже:
-
-           term             Запустить эмулятор терминала (Смотрите секцию
-                            ÐŸÐ ÐžÐ“РАММЫ выше)
-           menu             Меню (Смотрите секцию ПРОГРАММЫ выше)
-           quit             Выйти scrotwm
-           restart          ÐŸÐµÑ€ÐµÐ·Ð°Ð¿ÑƒÑÑ‚ить scrotwm
-           cycle_layout     Менять укладку окон
-           reset_layout     Стандартная укладка
-           master_shrink    Ð¡Ð¶Ð°Ñ‚ÑŒ область главного окна
-           master_grow      Ð Ð°ÑÑˆÐ¸Ñ€Ð¸Ñ‚ÑŒ область главного окна
-           master_add       Добавить окна в главную область
-           master_del       Убрать окна из главной области
-           stack_inc        Ð£Ð²ÐµÐ»Ð¸Ñ‡Ð¸Ñ‚ÑŒ число столбцов или рядов в текущей
-                            ÑƒÐºÐ»Ð°Ð´ÐºÐµ
-           stack_del        Ð£Ð¼ÐµÐ½ÑŒÑˆÐ¸Ñ‚ÑŒ число столбцов или рядов в текущей
-                            ÑƒÐºÐ»Ð°Ð´ÐºÐµ
-           swap_main        ÐžÑ‚править текущее окно в главную область, сделать
-                            Ð³Ð»Ð°Ð²Ð½Ñ‹Ð¼
-           focus_next       Фокусироваться на следующем окне
-           focus_prev       Фокусироваться на предыдущем окне
-           focus_main       Фокусироваться на главном окне
-           swap_next        ÐŸÐ¾Ð¼ÐµÐ½ÑÑ‚ÑŒ со следующим окном
-           swap_prev        ÐŸÐ¾Ð¼ÐµÐ½ÑÑ‚ÑŒ со предыдущим окном
-           bar_toggle       Выключить статусную строку на всех рабочих столах
-           wind_del         Закрыть фокусированное окно
-           wind_kill        Ð“рохнуть фокусированное окно
-           ws_n             Переключиться на рабочий стол n, где n от 1 до 10
-           mvws_n           Переместить фокусированное окно в рабочий стол n,
-                            Ð³Ð´Ðµ n от 1 до 10
-           ws_next          ÐŸÐµÑ€ÐµÐ¹Ñ‚и к следующему не пустому рабочему столу
-           ws_prev          ÐŸÐµÑ€ÐµÐ¹Ñ‚и к следующему не пустому рабочему столу
-           screen_next      ÐŸÐµÑ€ÐµÐ¼ÐµÑÑ‚ить указатель в следующую область
-           screen_prev      ÐŸÐµÑ€ÐµÐ¼ÐµÑÑ‚ить указатель в следующую область
-           screenshot_all   Сделать снимок всего экрана (если возможно)
-                            (Смотрите секцию ПРОГРАММЫ выше)
-           screenshot_wind  Ð¡Ð´ÐµÐ»Ð°Ñ‚ÑŒ снимок окна (если возможно) (Смотрите
-                            ÑÐµÐºÑ†Ð¸ÑŽ ПРОГРАММЫ выше)
-           version          ÐŸÐ¾ÐºÐ°Ð·Ð°Ñ‚ÑŒ версию в статусной строке
-           float_toggle     Переключить окно в фокусе в плавающий режим, float
-           lock             Заблокировать экран (Смотрите секцию ПРОГРАММЫ
-                            Ð²Ñ‹ÑˆÐµ)
-           initscr          Ð˜Ð½Ð¸Ñ†Ð¸Ð°Ð»Ð¸Ð·Ð¸Ñ€Ð¾Ð²Ð°Ñ‚ÑŒ экран еще раз (Смотрите секцию
-                            ÐŸÐ ÐžÐ“РАММЫ выше)
-
-     Собственные привязки назначаются следующим образом:
-
-           bind[<action>] = <keys>
-
-     ⟨action⟩ это действие из списка программ ⟨keys⟩ это не более одной
-     клавиши-модификатора (MOD, Mod1, Shift, и.т.п.) и обычные клавиши (b,
-     space, и.т.п.), разделенные "+".  ÐÐ°Ð¿Ñ€Ð¸Ð¼ÐµÑ€:
-
-           bind[reset] = Mod4+q # назначить WIN + q на действие reset
-           bind[] = Mod1+q # снять все действия с Alt + q
-
-     На одно действие можно назначить несколько комбинаций.
-
-КОСТЫЛИ
-     scrotwm позволяет настроить костыли, нужные для специальной работы
-     scrotwm с рядом приложений, который вы определяете сами. То есть, Вы
-     можете принудительно установить способ тайлинга для какого-нибудь
-     приложения
-
-     Список стандартных костылей:
-
-           Firefox-bin:firefox-bin                 TRANSSZ
-           Firefox:Dialog                          FLOAT
-           Gimp:gimp                               FLOAT + ANYWHERE
-           MPlayer:xv                              FLOAT + FULLSCREEN
-           OpenOffice.org 2.4:VCLSalFrame          FLOAT
-           OpenOffice.org 3.1:VCLSalFrame          FLOAT
-           pcb:pcb                                 FLOAT
-           xine:Xine Window                        FLOAT + ANYWHERE
-           xine:xine Panel                         FLOAT + ANYWHERE
-           xine:xine Video Fullscreen Window       FULLSCREEN + FLOAT
-           Xitk:Xitk Combo                         FLOAT + ANYWHERE
-           Xitk:Xine Window                        FLOAT + ANYWHERE
-           XTerm:xterm                             XTERM_FONTADJ
-
-     Описание:
-
-           FLOAT                  Ð¢Ð°ÐºÐ¾Ðµ окно не нужно тайлить вообще,
-                                  Ñ€Ð°Ð·Ñ€ÐµÑˆÐ¸Ñ‚ÑŒ ему float
-           TRANSSZ                Ð¢Ñ€Ð°Ð·Ð¸ÐµÐ½Ñ‚ое окно (Смотрите секцию
-                                  ÐšÐžÐÐ¤Ð˜Ð“УРАЦИОННЫЕ ФАЙЛЫ).
-           ANYWHERE               Позволить окну самостоятельно выбрать
-                                  Ð¼ÐµÑÑ‚оположение
-           XTERM_FONTADJ          Ð˜Ð·Ð¼ÐµÐ½ÑÑ‚ÑŒ шрифты xterm при изменении размеров
-                                  Ð¾ÐºÐ½Ð°
-           FULLSCREEN             Позволить окну запускаться в полноэкранном
-                                  Ñ€ÐµÐ¶Ð¸Ð¼Ðµ
-
-     Назначать костыли можно следующим образом:
-
-           quirk[<class>:<name>] = <quirk> [+ <quirk> ...]
-
-     ⟨class⟩ и ⟨name⟩ определяют к какому окну будет применяться костыль, а
-     ⟨quirk⟩ один из вышеперечисленных способов.  ÐÐ°Ð¿Ñ€Ð¸Ð¼ÐµÑ€:
-
-           quirk[MPlayer:xv] = FLOAT + FULLSCREEN # mplayer настроен
-           quirk[pcb:pcb] = NONE  # убрать существующий костыль
-
-     Вы можете узнать ⟨class⟩ и ⟨name⟩ запустив xprop и нажав в интересующее
-     окно.  Ð’от как будет выглядеть вывод для Firefox:
-
-           $ xprop | grep WM_CLASS
-           WM_CLASS(STRING) = "Navigator", "Firefox"
-
-     Обратите внимание, класс и имя меняются местами, правильный костыль будет
-     выглядеть так:
-
-           quirk[Firefox:Navigator] = FLOAT
-
-ФАЙЛЫ
-     ~/.scrotwm.conf       scrotwm Личные настройки пользователя.
-     /etc/scrotwm.conf     scrotwm Глобавльные настройки.
-
-ИСТОРИЯ
-     scrotwm идейно основан на dwm и xmonad
-
-АВТОРЫ
-     scrotwm написан: Marco Peereboom ⟨marco@peereboom.us⟩, Ryan Thomas
-     McBride ⟨mcbride@countersiege.com⟩ and Darrin Chandler
-     ⟨dwchandler@stilyagin.com⟩.
-
-БАГИ
-     При вызове меню с помощью M-p, необходима корректная работа dmenu.
-
-OpenBSD 4.6                     October 2, 2009                              5
-
- diff --git a/html/osx.html b/html/osx.html deleted file mode 100644 index c7bca57..0000000 --- a/html/osx.html +++ /dev/null @@ -1,62 +0,0 @@ - - - -Scrotwm - - - -Using scrotwm on OSX

- -Em Português -

- - -A port to OSX was created to make OSX useful for UNIX people. -Following are the compilation and installation steps. -

-Compile scrotwm from the osx directory of the snapshot: -

-cd osx
-make
-
-

-To compile scrotwm on OSX 10.5 edit the Makefile and replace: -

-libswmhack.so.$(LVERS): swm_hack.so
-	$(CC) -shared -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
-
-With: -
-libswmhack.so.$(LVERS): swm_hack.so
-	$(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
-
-

-Install scrotwm: -

sudo make install
-
-Download -dmenu -and compile it: -
make
-Install dmenu: -
sudo make install
-Create a .xinitrc in the home dir of the user and add at least the following line: -
-exec scrotwm
-
-Set the X11 preferences of OSX to the following: -
-[osx1]
-[osx2]
-[osx3]
-[osx4]
-[osx5]
-This all results in scrotwm bliss!
-[scrotwm]
-
-

- -$scrotwm$ - - diff --git a/html/osx.jpg b/html/osx.jpg deleted file mode 100644 index 5cd4d44..0000000 Binary files a/html/osx.jpg and /dev/null differ diff --git a/html/osx1.png b/html/osx1.png deleted file mode 100644 index 918192d..0000000 Binary files a/html/osx1.png and /dev/null differ diff --git a/html/osx2.png b/html/osx2.png deleted file mode 100644 index e337763..0000000 Binary files a/html/osx2.png and /dev/null differ diff --git a/html/osx3.png b/html/osx3.png deleted file mode 100644 index 3344ae7..0000000 Binary files a/html/osx3.png and /dev/null differ diff --git a/html/osx4.png b/html/osx4.png deleted file mode 100644 index 3feecce..0000000 Binary files a/html/osx4.png and /dev/null differ diff --git a/html/osx5.png b/html/osx5.png deleted file mode 100644 index b94bc46..0000000 Binary files a/html/osx5.png and /dev/null differ diff --git a/html/osx_pt.html b/html/osx_pt.html deleted file mode 100644 index 106ac11..0000000 --- a/html/osx_pt.html +++ /dev/null @@ -1,63 +0,0 @@ - - - -Scrotwm - - - -Usando o scrotwm no OSX

- -In English -

- - -Um port para OSX foi criado para fazer o OSX útil -para o pessoal do UNIX. -A seguir estão os passos para a compilação e a instalação. -

-Compile o scrotwm do diretório osx do snapshot: -

-cd osx
-make
-
-

-Para compilar o scrotwm no OSX 10.5 edite o Makefile e troque: -

-libswmhack.so.$(LVERS): swm_hack.so
-	$(CC) -shared -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
-
-Para: -
-libswmhack.so.$(LVERS): swm_hack.so
-	$(CC) -shared -bundle -fpic -o libswmhack.so.$(LVERS) $(LDADD) swm_hack.so
-
-

-Instale o scrotwm: -

sudo make install
-
-Baixe o -dmenu -e compile: -
make
-Instale o dmenu: -
sudo make install
-Crie um .xinitrc no diretório home do usuário e adicione ao menos a seguinte linha: -
-exec scrotwm
-
-Ajuste as preferências do X11 do OSX para as seguintes: -
-[osx1]
-[osx2]
-[osx3]
-[osx4]
-[osx5]
-Tudo isso resulta no êxtase do scrotwm!
-[scrotwm]
-
-

- -$scrotwm$ - - diff --git a/html/osx_small.jpg b/html/osx_small.jpg deleted file mode 100644 index a5d2fe0..0000000 Binary files a/html/osx_small.jpg and /dev/null differ diff --git a/html/scrotwm.html b/html/scrotwm.html deleted file mode 100644 index 70ae344..0000000 --- a/html/scrotwm.html +++ /dev/null @@ -1,123 +0,0 @@ - - - -Scrotwm - - - -Welcome to Scrotwm's website.

- -En Español -In Italiano -Em portugês -In Russian -

- -Scrotwm is a small dynamic tiling window manager for X11. -It tries to stay out of the way so that valuable screen real estate can -be used for much more important stuff. -It has sane defaults and does not require one to learn a language to do -any configuration. -It was written by hackers for hackers and it strives to be small, compact and -fast. -

-It was largely inspired by -xmonad -and -dwm. -Both are fine products but suffer from things like: -crazy-unportable-language-syndrome, silly defaults, asymmetrical window -layout, "how hard can it be?" and good old NIH. -Nevertheless dwm was a phenomenal resource and many good ideas and code -was borrowed from it. -On the other hand xmonad has great defaults, key bindings and xinerama -support but is crippled by not being written in C. -

-Scrotwm is a beautiful pearl! -For it too, was created by grinding irritation. -Nothing is a bigger waste of time than moving windows around until they are the -right size-ish or having just about any relevant key combination being eaten -for some task one never needs. -The path of agony is too long to quote and in classical -OpenBSD -fashion (put up, or hack up) a brand new window manager was whooped up to serve -no other purpose than to obey its masters. -It was written by Marco Peereboom, Ryan Thomas McBride & Darrin Chandler and it -is released under the ISC -license. -Patches can be accepted provided they are ISC licensed as well.
-

-Following are a few screenshots of scrotwm in action. -

-[scrotwm]
-Vertical stack. -

-[scrotwm2]
-Horizontal stack. -

-[scrotwm3]
-Horizontal stack with gvim &Firefox. -

-[scrotwm4]
-Vertical stack with floater and extra window in master area. -

-[scrotwm5]
-Mplayer, resized and moved. -

-

- -Major features:
-- Dynamic xrandr & xinerama support (multi screen)
-- Navigation anywhere on all screens with either the keyboard or mouse
-- Customizable status bar
-- Human readable configuration file
-- Screenshots
-- Restartable without losing state
-- Quick launch menu
-- Many screen layouts possible with a few simple key strokes
-- Windows can be added or removed from master area
-- Windows can be moved to any workspace or within a region
-- Resizable master area
-- Move/resize floating windows
-- drag-to-float
-- User definable regions
-- User definable modkey & key bindings
-- User definable quirk bindings
-- User definable key bindings to launch applications
-- Multi OS support (*BSD, Linux, OSX, Windows/cygwin) -
-To-do:
-- add switch between 2 windows (like alt-tab)
-- add search for window function
-- add identify window function
-- switch scrotwm from Xlib to XCB
-- make a floating stack mechanism
-
-
-

-Please read the -man pages -for a more detailed explanation. -

-All community resources are hosted by -Conformal Systems -and can be found at: -

-

-Copyright (c) 2009-2010 Marco Peereboom <marco@peereboom.us>, -Ryan Thomas McBride <mcbride@countersiege.com> & -Darrin Chandler <dwchandler@stilyagin.com>
-

- -$scrotwm$ - - diff --git a/html/scrotwm.jpg b/html/scrotwm.jpg deleted file mode 100644 index 4fea5ba..0000000 Binary files a/html/scrotwm.jpg and /dev/null differ diff --git a/html/scrotwm2.jpg b/html/scrotwm2.jpg deleted file mode 100644 index db97e11..0000000 Binary files a/html/scrotwm2.jpg and /dev/null differ diff --git a/html/scrotwm2_small.jpg b/html/scrotwm2_small.jpg deleted file mode 100644 index 21d0b5c..0000000 Binary files a/html/scrotwm2_small.jpg and /dev/null differ diff --git a/html/scrotwm3.jpg b/html/scrotwm3.jpg deleted file mode 100644 index 3d8e6b3..0000000 Binary files a/html/scrotwm3.jpg and /dev/null differ diff --git a/html/scrotwm3_small.jpg b/html/scrotwm3_small.jpg deleted file mode 100644 index 180a111..0000000 Binary files a/html/scrotwm3_small.jpg and /dev/null differ diff --git a/html/scrotwm4.jpg b/html/scrotwm4.jpg deleted file mode 100644 index 4b97475..0000000 Binary files a/html/scrotwm4.jpg and /dev/null differ diff --git a/html/scrotwm4_small.jpg b/html/scrotwm4_small.jpg deleted file mode 100644 index bbe9152..0000000 Binary files a/html/scrotwm4_small.jpg and /dev/null differ diff --git a/html/scrotwm5.jpg b/html/scrotwm5.jpg deleted file mode 100644 index dbad071..0000000 Binary files a/html/scrotwm5.jpg and /dev/null differ diff --git a/html/scrotwm5_small.jpg b/html/scrotwm5_small.jpg deleted file mode 100644 index a69d408..0000000 Binary files a/html/scrotwm5_small.jpg and /dev/null differ diff --git a/html/scrotwm_es.html b/html/scrotwm_es.html deleted file mode 100644 index a6b11ee..0000000 --- a/html/scrotwm_es.html +++ /dev/null @@ -1,123 +0,0 @@ - - -Scrotwm - - -Bienvenidos al sitio de Scrotwm

- -In English -In Italiano -Em Português -In Russian -

- -Scrotwm es un manejador de ventanas super minimalista para X11. -Intenta no superponer las ventanas para que las mismas puedan usarse de manera eficiente y -para cosas mas importantes. -Tiene configuraciones normales y no requiere que sepas un lenguaje de programacion -para configurarlo. -Esta escrito por hackers para hackers y apunta a ser pequeño, compacto y -rápido. -

-Esta inspirado en -xmonad -y -dwm. -Los dos son buenos productos pero sufren de cosas como: -sindrome-loco-inportable-lenguaje, cosas tontas por defecto, distribución de ventanas asimetricas -, "Cuan dificil puede ser?". -No obstante dwm tiene un fenomenal codigo y buenas ideas, el cual pedimos prestado. -Por otro lado xmonad tiene muy buenas configuraciones por defecto, combinación de teclas y soporte -para xinerama, pero es 'lisiado' ya que no esta escrito en C. -

-Scrotwm es una perla hermosa! -Nada peor que perder el tiempo moviendo ventanas alrededor hasta encontrar -el tamaño perfecto o teniendo a penas una combinacion de teclas para una -tarea que nunca necesitamos. -La ruta a la agonia es muy larga para cuantificar y es la clasica moda -OpenBSD - (ponelo, o hackealo) un nuevo manejador de ventanas aparece para servir -con ningun otro proposito que obedecer a sus amos. -Fue escrito por Marco Peereboom, Ryan Thomas McBride y Darrin Chandler, el -mismo es lanzado bajo la -licencia ISC. -Los Parches serán aceptados tambien bajo la licencia ISC.
-

-Acá hay algunos screenshots de scrotwm en acción. -

-[scrotwm]
-Apilado Vertical. -

-[scrotwm2]
-Apilado Horizontal. -

-[scrotwm3]
-Apilado Horizontal con gvim & Firefox. -

-[scrotwm4]
-Apilado Vertical con una ventana flotando en la ventana principal. -

-[scrotwm5]
-Mplayer, redimensionado y en movimiento. -

-

- -Características importantes:
-- xrandr dinamico y soporte para xinerama (multi screen).
-- Navega donde quieras, en cualquier pantalla con el teclado o mouse.
-- Barra de estado personalizable.
-- Archivo de configuración para 'humanos'.
-- Screenshots.
-- Reiniciable sin necesidad de cerrarlo.
-- Menu para ejecutar programas rápidamente.
-- Muchas disposiciones de ventanas, gracias algunas combinación de teclas.
-- Las ventanas pueden ser agregadas o borradas de la ventana principal.
-- Las ventanas pueden ser movidas a otros workspaces o regiones.
-- Redimensionar la ventana principal.
-- Mover/Redimensionar las ventanas.
-- arrastrar-para-que-flote una ventana.
-- El usuario define las regiones.
-- El usuario puede definir la combinación de teclas.
-- El usuario puede definir los quirk bindings
-- El usuario puede definir mapeo de teclas para lanzar aplicaciones.
-
-Por hacer:
-- agregar 'busquedas' para la función de ventanas.
-- agregar 'identificador' para la función de ventanas.
-- cambiar scrotwm de Xlib a XCB.
-- hacer que las ventanas flotantes recuerden su lugar cuando se re-dibuja la pantalla.
-- hacer que el re-apilamiento funcione.
-
-Bugs conocidos:
-- Ninguno hasta el momento
-

-Por favor leer el -man -para mas explicaciones. -

-All community resources are hosted by -Conformal Systems -and can be found at: -

-

-Copyright (c) 2009 Marco Peereboom <marco@peereboom.us>, -Ryan Thomas McBride <mcbride@countersiege.com> & -Darrin Chandler <dwchandler@stilyagin.com>
-

-Mirrors:
-Main site
-Argentinian mirror
-American mirror
-

- -$scrotwm$ -

diff --git a/html/scrotwm_it.html b/html/scrotwm_it.html deleted file mode 100644 index 7d6506c..0000000 --- a/html/scrotwm_it.html +++ /dev/null @@ -1,135 +0,0 @@ - - -Scrotwm - - -Benvenuti sul sito di Scrotwm.

- -In English -En Español -Em Português -In Russian -

- -Scrotwm è un piccolo gestore di finestre tiling dinamico per X11. -Cerca di stare in disparte, in modo che il prezioso spazio sullo schermo -possa essere usato per cose più importanti. Ha dei default sensati -e non costringe l'utente ad imparare un linguaggio di programmazione per -configurarlo. È stato scritto dagli hacker per gli hacker e cerca di -essere piccolo, compatto e veloce. -

-È stato ispirato in buona parte da -xmonad -e -dwm. -Entrambi sono ottimi programmi ma soffrono di cose come: -sindrome–del–folle–linguaggio–non–portabile, -default insensati, layout asimmetrico delle finestre, "quanto potrà -mai essere difficile?" e buon vecchio NIQ. -Nonostante questo, dwm si è rivelata una risorsa fenomenale, e una -gran quantità di buone idee e codice sono state prese in prestito -da lì. -Dalla sua parte xmonad ha degli ottimi default, scorciatoie da tastiera e -supporto a xinerama, ma è svantaggiato dal fatto di non essere -scritto in C. -

-Scrotwm è una meravigliosa perla! -Perché anch'esso è stato creato da grande irritazione. -Non esistono perdite di tempo maggiori del dover spostare continuamente le -finestre finché non sono pressapoco della dimensione giusta, o del -trovarsi con praticamente ogni combinazione di tasti sensata già -occupata da una qualche funzione che non tornerà mai utile. -Questo percorso di agonia è troppo lungo da descrivere, quindi in -classico stile -OpenBSD -(sopporta, oppure modifica) è stato creato un nuovo gestore di -finestre, che non ha altro scopo al di fuori dell'ubbidire ai propri maestri. -È stato scritto da Marco Peereboom, Ryan Thomas McBride & Darrin -Chandler ed è rilasciato secondo i termini della -licenza -ISC. -Eventuali patch possono essere accettate a condizione che anche esse usino -la licenza ISC.
-

-Qui sotto ci sono alcuni screenshot di scrotwm in azione. -

-[scrotwm]
-Stack verticale. -

-[scrotwm2]
-Stack orizzontale. -

-[scrotwm3]
-Stack orizzontale con gvim & Firefox. -

-[scrotwm4]
-Stack verticale con una finestra floating e una finestra in più -nell'area principale. -

-[scrotwm5]
-Mplayer, ridimensionato e spostato. -

-

- -Funzionalità principali:
-- Supporto per xrandr & xinerama (schermi multipli) dinamici
-- Spostamenti ovunque, su tutti gli schermi, sia usando la tastiera che il -mouse
-- Barra dello stato personalizzabile
-- File di configurazione comprensibile da un essere umano
-- Screenshots
-- Riavviabile senza perdere lo stato
-- Menu d'avvio veloce
-- Numerosi layout dello schermo possibili con poche semplici combinazioni -da tastiera
-- Le finestre possono essere aggiunte o rimosse dall'area principale
-- Le finestre possono essere spostate in qualsiasi area di lavoro o -all'interno di una regione
-- Area principale ridimensionabile
-- Spostare/ridimensionare le finestre floating
-- Trascina–per–rendere–floating
-- Regioni definibili dall'utente
-- Tasto modificatore e scorciatoie definibili dall'utente
-- "Quirk" definibili dall'utente
-- Combinazioni per lanciare applicazioni definibili dall'utente
-
-Non ancora implementate:
-- Aggiungere la possibilità di cercare una finestra
-- Aggiungere la possibilità di identificare una finestra
-- Passare da Xlib a XCB
-- Fare sì che le finestre floating ricordino la propria posizione -quando lo schermo viene ridisegnato
-- Implementare un meccanismo di stacking delle finestre floading
-
-Bug conosciuti:
-- Nessuno, al momento. -

-Ci si può riferire alla -pagina di manuale -per una spiegazione più dettagliata. -

-All community resources are hosted by -Conformal Systems -and can be found at: -

-

-Copyright (c) 2009 Marco Peereboom <marco@peereboom.us>, -Ryan Thomas McBride <mcbride@countersiege.com> & -Darrin Chandler <dwchandler@stilyagin.com>
-

-Mirrors:
-Main site
-Argentinian mirror
-American mirror
-

- -$scrotwm$ -

diff --git a/html/scrotwm_pt.html b/html/scrotwm_pt.html deleted file mode 100644 index ce4c8d4..0000000 --- a/html/scrotwm_pt.html +++ /dev/null @@ -1,137 +0,0 @@ - - - -Scrotwm - - - -Bem-vindo ao website do Scrotwm.

- -In English -En Español -In Italiano -In Russian -

- -Scrotwm é um pequeno, dinâmico e -tiling -gerenciador de janela para o X11. -Ele tenta não atrapalhar a valorosa forma real da tela para que essa possa -ser usada para coisas muito mais importantes. -Tem sensatos defaults e não requer que alguém aprenda uma linguagem de -programação para fazer qualquer configuração. -Ele foi escrito por hackers para hackers e esforça-se em ser pequeno, compacto e -rápido. -

-Foi largamente inspirado pelo -xmonad -e -dwm. -Ambos são bons produtos mas sofrem de coisas como: -síndrome-da-louca-linguagem-não-portável, defaults bobos, assimétrico -layout de janela, "quão difícil isso pode ser?" e o bom e velho -NIH. -Contudo, o dwm foi um recurso fenomenal e muitas boas idéias e código -foram emprestados dele. -Por sua vez, o xmonad tem grandes defaults, teclas de atalho e suporte ao -xinerama mas é aleijado por não ter sido escrito em C. -

-Scrotwm é uma pérola linda! -Porque ele, também, foi criado por uma grande irritação. -Não existe perda de tempo maior do que mover as janelas até que estejam -no tamanho certo ou ter praticamente qualquer combinação de teclas -relevantes sendo usadas por alguma tarefa que ninguém nunca precisa. -O caminho da agonia é muito longo para citar e no clássico estilo -OpenBSD -(suporte, ou hackeie) um novo gerenciador de janelas surgiu para a nenhum -outro propósito senão o de obedecer seus mestres. -Foi escrito por Marco Peereboom, Ryan Thomas McBride & Darrin Chandler -e está lançado sob a -licença -ISC. -Patches podem ser aceitos desde que também estejam licenciados sob a ISC. -

-A seguir estão alguns screenshots do scrotwm em ação. -

-[scrotwm]
-Pilha vertical. -

-[scrotwm2]
-Pilha horizontal. -

-[scrotwm3]
-Pilha horizontal com gvim &Firefox. -

-[scrotwm4]
-Pilha vertical com uma janela flutuando e uma janela extra na área mestre. -

-[scrotwm5]
-Mplayer, redimensionado e movido. -

-

- -Principais características:
-- xrandr dinâmico & suporte ao xinerama (multi screen)
-- Navegação em qualquer lugar em todas as telas tanto com teclado quanto com mouse
-- Barra de status personalizável
-- Arquivos de configuração legíveis por humanos
-- Screenshots
-- Reinicializável sem perder o estado
-- Menu de inicialização rápida
-- Muitos layouts de telas são possíveis com uma pequena combinação de teclas
-- Janelas podem ser adicionadas ou removidas da área mestre
-- Janelas podem ser movidas para qualquer área de trabalho ou dentro de uma região
-- Área mestre redimencionável
-- Mova/redimencione janelas flutuantes
-- arraste-para-flutuar
-- Regiões definíveis pelo usuário
-- Teclas de atalho e de modificação definíveis pelo usuário
-- "Quirk bindings" definíveis pelo usuário
-- Teclas de atalho de aplicações definíveis pelo usuário
-- Suporte a vários sistemas operacionais (*BSD, Linux, OSX, Windows/cygwin) -
-Por fazer:
-- adicionar troca entre 2 janelas (como alt-tab)
-- adicionar posições de janela persistente
-- adicionar pesquisa para função de janela
-- adicionar identificação para função de janela
-- passar o scrotwm do Xlib para o XCB
-- fazer as janelas flutuantes se lembrarem de sua posição quando a tela for -redimencionada
-- fazer um mecanismo de pilhas de janelas flutuantes
-
-Bugs conhecidos:
-- Por enquanto nenhum. -
-

-Por favor, leia o -manual -para uma explicação mais detalhada. -

-All community resources are hosted by -Conformal Systems -and can be found at: -

-

-Copyright (c) 2009-2010 Marco Peereboom <marco@peereboom.us>, -Ryan Thomas McBride <mcbride@countersiege.com> & -Darrin Chandler <dwchandler@stilyagin.com>
-

-Espelhos:
-Site principal
-Espelho argentino
-Espelho americano
-

- -$scrotwm$ - - diff --git a/html/scrotwm_ru.html b/html/scrotwm_ru.html deleted file mode 100644 index 580ee60..0000000 --- a/html/scrotwm_ru.html +++ /dev/null @@ -1,128 +0,0 @@ - - - - -Scrotwm - - -Добро пожаловать на сайт, посвященный Scrotwm.

- -In English -En español -In Italiano -

- -Scrotwm представляет собой минималистичный менеджер окон для X с динамическим тайлингом. -Scrotwm ставит своей целью не мешать вам и не занимать ценное пространство экрана. -Его настройки по-умолчанию разумны и, кроме того, он не требует знания языков программирования -для работы с конфигурационным файлом. -Он написан хакерами для хакеров и старается быть легким, компактным и быстрым. -

-Scrotwm идейно основан на -xmonad -и -dwm. -Оба они достойны внимания, но страдают от некоторых проблем: -низкая портируемость языка, неочевидные настройки по-умолчанию, ассиметричная -раскладка окон, высокий уровень сложности, происхождение. -Впрочем dwm является отличным источником полезных идей и кода, часть которого -была заимствована. -С другой стороны, xmonad предоставляет разумные настройки по-умолчанию и -клавиатурные привязки, а также поддержку xinerama однако неполноценен, будучи -написанным не на C. -

-Scrotwm превосходен! -Его разработка сопровождается тщательной шлифовкой мельчайших деталей. -Ничто не может быть такой тратой времени, как перетаскивание окошек до тех пор, -пока они не приобретут подходящий размер и местоположение, не говоря уже о удобных -клавиатурных привязках. -Можно долго продолжать, в то время как в традиционном подходе -OpenBSD -каждый новый менеджер окон задуман не для чего иного, как для беспрекословного -служения хозяину. -Scrotwm наприсан Marco Peereboom, Ryan Thomas McBride & Darrin Chandler и -опубликован под ISC -лицензией -. -Кроме того, принимаются патчи и исправления, но только в случае их -лицензирования под ISC.
-

-Далее следуют скриншоты Scrotwm в работе. -

-[scrotwm]
-Вертикальная укладка. -

-[scrotwm2]
-Горизонтальная укладка. -

-[scrotwm3]
-Горизонтальная укладка с запущенными gvim &Firefox. -

-[scrotwm4]
-Вертикальная укладка с одним плавающим окном. -

-[scrotwm5]
-Mplayer с изменениями размера и положения. -

-

- -Ключевые особенности:
-- динамическая работа с xrandr & поддержка xinerama (многоэкранный режим)
-- Свободное перемещение по всем областям с помощью клавиатуры или мыши
-- Настраиваемая статусная строка
-- Читаемый формат конфигурационного файла
-- Создание снимков экрана
-- Перезапуск без сброса состояния
-- Меню быстрого запуска
-- Простые комбинации клавиш для переключения раскладок окон экрана
-- Добавление и удаление окон из главной области
-- Перемещение окон в по области либо между виртуальными рабочими столами
-- Изменяемый размер главной области
-- Перемещение и изменение размера плавающих окон
-- drag-to-float
-- Настраиваемые области
-- Настраиваемые мета-клавиша & клавиатурные привязки
-- Настраиваемые костыли
-- Настраиваемые пользовательские клавиатурные привязки
-
-Еще предстоит сделать:
-- переключение между двумя окнами (в духе alt-tab)
-- блокирование положение окон
-- поиск по окнам
-- функция опознавания окон
-- перенос с Xlib на XCB
-- сохранение позиций плавающих окон после перезапуска
-- механизм укладки плавающих окон
-
-Известные проблемы:
-- В настоящее время отсутствуют. -

-Для дополнительной информации пожалуйста читайте -man -. -

-All community resources are hosted by -Conformal Systems -and can be found at: -

-

-Copyright (c) 2009 Marco Peereboom <marco@peereboom.us>, -Ryan Thomas McBride <mcbride@countersiege.com> & -Darrin Chandler <dwchandler@stilyagin.com>
-

-Зеркала:
-Главный сайт
-Аргентинское зеркало
-Зеркало в США
-

- -$scrotwm$ -

diff --git a/html/scrotwm_small.jpg b/html/scrotwm_small.jpg deleted file mode 100644 index 219a202..0000000 Binary files a/html/scrotwm_small.jpg and /dev/null differ