Motif(r) is the industry standard graphical user interface, (as defined by
the IEEE 1295 specification), used on more than 200 hardware and software
platforms. It provides application developers, end users, and system
vendors with the industry's most widely used environment for standardizing
application presentation on a wide range of platforms. Motif is the
leading user interface toolkit for the UNIX(r) system.
NOTE: Some ports with GNU configure do not know that Motif 2.1 requires -lXp.
In that case, you need to edit Makefile after configure, or, hack
configure(.in) before configure.
Who doesn't remember the first time they learned to copy and paste, and
generated an exponentially growing text document? Yes, that's right,
clipboards are magical.
With Clipboard.pm, this magic is now trivial to access,
cross-platformly, from your Perl code.
Terminal is a modern terminal emulator for the Unix/Linux desktop,
primarily for the Xfce desktop environment. It's a lightweight emulator
based on the VTE widget, easy to use and provides an optional drop-down
window.
xidle uses the XScreenSaver(3) extension to receive inactivity events
when a timeout is specified, running a specific program after the elapsed
time. xidle also monitors the very corner of the given position for
pointer activity and runs a program if the pointer sits there for more
than the specified number of seconds. This behavior is always present,
whether -timeout is specified or not.
Eterm is a color vt102 terminal emulator intended as a replacement for
xterm. It is designed with a Freedom of Choice philosophy, leaving as
much power, flexibility, and freedom as possible in the hands of the
user. It is designed to look good and work well, but takes a
feature-rich approach rather than one of minimalism while still
maintaining speed and efficiency.
Gtk Copy-paste Buffer
It is something like 'xcb'. It has multiple buttons to store strings of paste
buffer. You click a button to put the content into paste-buffer/clipboard.
Advantages over xcb:
- Use right button to assign the button as a snooper. It is more
straightforward than xcb.
- It has tool-tip to display the complete content.
- It is written in Gtk, so by default it has i18 display capability.
- It can watch the clipboard of gtk (mozilla).
- History of changes of paste buffer
- By default, it is sticky on Gnome/Gtk. You can also specify option to turn
window decoration off (borderless). No more tedius desktop setup to install
it.