GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
ECHINUS(1) FreeBSD General Commands Manual ECHINUS(1)

echinus
a lightweight window manager for X11

echinus [-v] [-f conf]

echinus is a lightweight window manager for X based on dwm's source code. It manages windows in maximized, floating and tiled layouts. Either layout can be applied dynamically, optimizing the environment for the application in use and the task performed.

In maximized layout only one window can be seen at the moment, but you can switch between them with hotkeys. In floating layout windows can be resized and moved freely. Dialog windows are always managed floating, regardless of the layout applied.

Windows are grouped by tags. Each window can be tagged with one or multiple tags. Selecting certain tags displays all windows with these tags.

echinus draws a small border around windows to indicate the focus state and an optional titlebar.

The options are as follows:

Prints version information to standard output, then exits.
conf
Specifies an alternative configuration file. By default, echinus loads the configuration file from ~/.echinus/echinusrc, if present, then looks for the system-wide configuration file CONFDIR/echinusrc.

The following notation is used in this page:

Alt.
Control.
Shift.
Windows key.
Left mouse button.
Middle mouse button.
Right mouse button.

The default key bindings are:

Views all windows with n-th tag.
Zooms/cycles current window to/from master area (tiled layout only).
Toggles between tiled and floating layout (affects all windows).
Toggles to the previously selected tags.
Toggles on/off statusbar space.
Enables floating mode.
Decreases the master area width about 5% (tiled layout only).
Enables floating mode.
Focuses next window.
Focuses previous window.
Increases the master are width about 5% (tiled layout only).
Enables maximized (monocle) mode.
Enables tiled mode.
Starts xterm.
Enables bottom-tiled mode.
Adds/removes all windows with n-th tag to/from the view.
Quits echinus.
Adds/removes n-th tag to/from current window.
Applies n-th tag to current window.
Closes focused window.

The default mouse bindings are:

When pressed on the titlebar, focuses window and raises it on top of the stack.
When pressed on the titlebar, resizes window.
When pressed on the root window, draws a rectangle to start a terminal in it.
Moves current window while dragging. Tiled windows will be toggled to the floating state.
Zooms/cycles current window to/from master area. If it is floating (but not fixed) it will be toggled to the tiled state, instead.
Resizes current window while dragging. Tiled windows will be toggled to the floating state.

The configuration file is a set of X resources (with a class of Echinus), which are described in the sections below.

Every relative path specified is relative to the directory in which the configuration file is in.

Layout applied to tag if not explicitly set by tags.layout later.
Value Meaning
Bottom Stack
Floating
Ifloating
Maximized
Tiled
Choose modkey.
Space occupied by master window in tiled layout (fraction of 1).
Number of clients in master area in tiled layout.
Sets the type of sloppy focus to use.
Value Meaning
Click to focus
Sloppy focus for floating clients
Sloppy focus for everything
Sloppy focus and raise on focus

Width of the border (in pixels).

 
 
Sets the close, iconify and maximize buttons in the titlebar.

Sets the titlebar background for unfocused windows.
Sets the color of a small border around each unfocused window.
Sets the button foreground for unfocused windows.
Sets the titlebar foreground for unfocused windows.
 
 
 
Sets color options for focused windows.

Hide panels, pagers and others with togglestruts function.

[= options]
Binds key to the specified command (see COMMANDS). Spaces are mandatory.

Key is taken from the X11 files (usually located under an include directory) keysym.h and, XF86keysym.h and removing the XK_ prefix before use.

Commands options are specified after an equal sign.

Application to run on right click on root window.
Opacity value for inactive windows (xcompmgr needed).

Layout per tag on start (see deflayout).
Names of the tags.
Number of tags.

If one, draw titles in tiled mode.
Titlebar font.
Titlebar height.
Titlebar consists of 3 parts separated with dashes or spaces. Left is aligned to left, center to center and right to right (obviously). Default value is "N IMC" meaning name on the left iconify, maximize and close buttons on right (note 2 spaces).
Value Meaning
skip space (space can't be used as first character)
Same as the above
Close
Iconify
Maximize
Window name
Tagbar

 
Focuses next or previous window.
Toggles view number # and focuses the first client in it.
Closes current focused window.
 
 
 
x y w h
Moves the window by the specified number of pixels in the specified direction.
Restarts echinus.
Exits echinus.
 
 
 
x y w h
Resizes the window by the specified number of pixels in the specified direction.
class.title tag isfloating hastitle
Sets a rule for the specified window class or title. NULL indicates that no tag is needed.
Runs specified program (upto 64).
Tags current window with tag number #.
Toggles floating or tiled mode.
Switches from one monitor to another.
echinus has no bar, but this command switches the area on top or bottom which won't be covered by windows in tiled on monocle mode.
Toggles view number #.
Views tag number #.
 
Views tag on left or right.
View previous tag set.

To move a window five pixels to the right:

Echinus*moveright: AS + l = +5 0 0 0

To resize a window five pixels down:

Echinus*resizedecy: AS + v = 0 0 0 -5

To make mplayer float and with a title by default:

Echinus*rule0: Mplayer.* NULL 1 1

To spawn an xterm when A + T is pressed:

Echinus*spawn0: A + t = xterm

To show the title centered and the close button on the right:

Echinus*titlelayout: -T-C

echinus is partially EWMH (NetWM) compliant, so you can use your favourite panel or pager.

dmenu(1) dwm(1)

parsekey() doesn't handle non-alphanumeric keysyms.

You should find lots of them. If you did please contact me, my mail is <polachok at gmail dot com>.

June 12, 2022 FreeBSD 13.1-RELEASE

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.