Ports Search

Results 1,5611,570 of 1,947 for /x11/.(0.137 seconds)
x11-wm/jwm-2.3.6 (Score: 0.008902272)
Joe's Window Manager
JWM is a window manager for the X11 Window System. JWM is written in C and uses only Xlib at a minimum, though additional libraries are supported for extended functionality and features. JWM supports MWM and Extended Window Manager Hints (EWMH).
x11-wm/wmx-8 (Score: 0.008902272)
Simple window manager based on wm2
wmx is another window manager for X. It is based on wm2 and provides a similarly unusual style of window decoration; but in place of wm2's minimal functionality, it offers many of the features of more conventional managers, often in the most simplistic implementations imaginable. wmx is, however, still not configurable except by editing the source and recompiling the code.
x11/guake-0.8.4 (Score: 0.008902272)
Dropdown terminal made for the GNOME desktop
Guake is a dropdown terminal made for the GNOME desktop environment, but you can run it with TWM too ;-), if you install ports/x11/trayer or a similar program. Its style of window is based on fps games, and one of its purposes is to be easy to reach.
x11/9menu-1.9 (Score: 0.008902272)
Simple menu patterned after Plan9
This is 9menu, a simple program that allows you to create X menus from the shell, where each menu item will run a command. 9menu is intended for use with 9wm, but can be used with any other window manager. The idea of a command line menu generator is from xmenu, but xmenu is exclusively a pop-up menu, not what everyone wants.
x11/keybinder-0.3.1 (Score: 0.008902272)
Library for registering keyboard shortcuts
Keybinder is a library for registering global keyboard shortcuts. Keybinder works with GTK-based applications using the X Window System. The port provides the following: - A C library, libkeybinder - Lua bindings, lua-keybinder - Python bindings, python-keybinder - An examples directory with programs in C, Lua, Python, and Vala
x11/wmbutton-0.6.1 (Score: 0.008902272)
Dockapp that displays 9 buttons to run apps of your choice
A 64x64 pixel application that displays nine buttons. Each of these buttons can be configured via a configuration file to run just about any application you'd like to. Basically, if you can type it in a shell command, wmbutton can run it. It is based on wmcp, by Ben Cohen.
x11/xautolock-2.2 (Score: 0.008902272)
Activate xlock after a user defined time of inactivity
Xautolock monitors console activity under the X window system, and fires up a program of your choice if nothing happens during a user configurable period of time. You can use this to automatically start up a screen locker in case you tend to forget to do so manually before having a coffee break.
x11/xdialog-2.3.1 (Score: 0.008902272)
Drop in replacement for the "dialog" or "cdialog" programs
Xdialog is designed to be a drop in replacement for the "dialog" or "cdialog" programs. It converts any terminal based program into a program with an X-windows interface. The dialogs are easier to see and use while adding even more functionalities.
x11/xrootconsole-0.6 (Score: 0.008902272)
Writes any log live onto the background
xrootconsole is a small utility which displays its input in a transparent text box on X's root window. It will read from any file listed on the command line or, by default, from stdin. It is most useful when it reads from a FIFO; this allows you to redirect multiple commands to the FIFO and monitor their output.
cad/admesh-0.95 (Score: 0.007868571)
Program for processing STL triangulated solid meshes
ADMesh is a program for processing triangulated solid meshes. Currently, ADMesh only reads the STL file format that is used for rapid prototyping applications, although it can write STL, VRML, OFF, and DXF files. Features * Read and write binary and ASCII STL files * Check STL files for flaws (i.e. unconnected facets, bad normals) * Repair facets by connecting nearby facets that are within a given tolerance * Fill holes in the mesh by adding facets. * Repair normal directions (i.e. facets should be CCW) * Repair normal values (i.e. should be perpendicular to facet with length=1) * Remove degenerate facets (i.e. facets with 2 or more vertices equal) * Translate in x, y, and z directions * Rotate about the x, y, and z axes * Mirror about the xy, yz, and xz planes * Scale the part by a factor * Merge 2 STL files into one * Write an OFF file * Write a VRML file * Write a DXF file * Calculate the volume of a part