GUI
General
See also X11, WM, DE, UI, Graphics
- https://en.wikipedia.org/wiki/Desktop_metaphor - an interface metaphor which is a set of unifying concepts used by graphical user interfaces to help users interact more easily with the computer. The desktop metaphor treats the computer monitor as if it is the user's desktop, upon which objects such as documents and folders of documents can be placed. A document can be opened into a window, which represents a paper copy of the document placed on the desktop. Small applications called desk accessories are also available, such as a desk calculator or notepad, etc. The desktop metaphor itself has been extended and stretched with various implementations of desktop environments, since access to features and usability of the computer are usually more important than maintaining the 'purity' of the metaphor. Hence we find trash cans on the desktop, as well as disks and network volumes (which can be thought of as filing cabinets—not something normally found on a desktop). Other features such as menu bars, task bars, or docks have no counterpart on a real-world desktop.
- https://en.wikipedia.org/wiki/Windowing_system - a type of graphical user interface (GUI) which implements the WIMP (windows, icons, menus, pointer) paradigm for a user interface.
- The Linux Graphics Stack - June 16, 2012
Display Managers
- https://wiki.archlinux.org/index.php/Display_Manager - X Display Manager is used to start a session from a local system or from another computer. The request and the start of the session is handled by the XDMCP, which stands for "X Display Manager Control Protocol" and is a network protocol. It provides a way of running the X-Terminal to run on your PC (or MAC) and it uses the X Server to provide a client/server interface between display hardware (the mouse, keyboard, and video displays) and the desktop environment while also providing both the windowing infrastructure and a standardized application interface (quoted from XFree86 Project home page)
- tldp.org: Linux XDMCP HOWTO
X Window System is the display and networking protocol developed by MIT. The X is built with network in mind with the capability to run a (graphical) session on a remote computer. In it, an X Display Manager is used to start a session from a local system or from another computer. The request and the start of the session is handled by the XDMCP, which stands for "X Display Manager Control Protocol" and is a network protocol. It provides a way of running the X-Terminal to run on your PC (or MAC) and it uses the X Server to provide a client/server interface between display hardware (the mouse, keyboard, and video displays) and the desktop environment while also providing both the windowing infrastructure and a standardized application interface (quoted from XFree86 Project home page). The X-Terminal can be displayed with an individual window or multiple windows, based on your X window system's software capabilities and setup.
- https://wiki.gentoo.org/wiki/X_without_Display_Manager - tying a wm to a tty, etc.
- Healing X Windows Login - James F. Carter <jimc@math.ucla.edu>, 2009
XDM
- https://github.com/bbidulock/xdm - works with systemd
- https://github.com/bbidulock/gchooser - An XDM chooser written in gtk2-perl
xlogin
WDM
SLiM
Security issues.
username:
exit - Return to the command line halt - Shutdown the system reboot - Reboot the system console - Launch the terminal
cd /usr/share/slim/themes/ slim -p [name of theme] # preview theme (needs to be killed from a non-X tty!)
- https://github.com/evertonstz/nitroslim - a piece of code to "sync" your Nitrogen wallpaper with Slim/Slimlock wallpaper, giving it a fake transparent apearance. You can set blur, brightness and even contrast to the new image.
Enterance
- https://github.com/Obsidian-StudiosInc/entrance - General purpose Display Manager built on the Enlightenment Foundation Libraries (EFL)
SDDM
- SDDM - a modern display manager for X11 and Wayland aiming to be fast, simple and beautiful. It uses modern technologies like QtQuick, which in turn gives the designer the ability to create smooth, animated user interfaces. Used by Plasma 5.
LightDM
GDM
cdm
tdm
- https://github.com/dopsi/console-tdm
- https://wiki.archlinux.org/index.php/Console_TDM - an extension for xorg-xinit written in pure bash. It is inspired by CDM, which aimed to be a replacement of display managers such as GDM.
nodm
- https://github.com/spanezz/nodm - a minimal display manager that simply logs in as a given user and starts an X session, without asking for username or password.On a normal computer, using nodm is a big security issue because it would give anyone access to the computer. However, there are cases where automatic login is needed: for example in an embedded system such as a mobile phone, or in a kiosk setup, or in a control panel for industrial machinery. For those cases, nodm is simple to setup, lightweight, and it should do exactly the right thing.
tbsm
- tbsm - pure bash session or application launcher. Inspired by cdm, tdm and krunner
ly
- https://github.com/nullgemm/ly - display manager with console UI
emptty
- https://github.com/tvrzna/emptty - Dead simple CLI Display Manager on TTY
Session managers
ugh
- xsm - ugly! not in latest X release. "A session is a group of applications, each of which has a particular state. xsm allows you to create arbitrary sessions - for example, you might have a "light" session, a "development" session, or an "xterminal" session. Each session can have its own set of applications. Within a session, you can perform a "checkpoint" to save application state, or a "shutdown" to save state and exit the session. When you log back in to the system, you can load a specific session, and you can delete sessions you no longer want to keep. "Some session managers simply allow you to manually specify a list of applications to be started in a session. xsm is more powerful because it lets you run applications and have them automatically become part of the session. On a simple level, xsm is useful because it gives you this ability to easily define which applications are in a session. The true power of xsm, however, can be taken advantage of when more and more applications learn to save and restore their state."
- smproxy - allows X applications that do not support X11R6 session management to participate in an X11R6 session.
- dtsession - the CDE Session Manager, provides X11R6 XSMP and (by proxy) ICCCM 1.1 compliant session management functionality during a user session, which is the time from login to logout. It launches a window manager and allows for saving a session, restoring a session, locking a session, launching screen savers and allocating colors for desktop compatible clients.
- https://github.com/bbidulock/xde-session - X Desktop Environment (XDE) Session Utilities
- openbox-session(1) - Linux man page - Runs an Openbox session without any session manager.
- https://launchpad.net/oblogout - a expandable, configurable, and theme-able logout script designed to be used in a Openbox desktop environment.
- http://linux.die.net/man/1/xfce4-session - hijacks shit
- https://github.com/lxde/lxsession - comes with settings. sheesh.
- https://wiki.gnome.org/Projects/SessionManagement/
- https://wiki.gnome.org/Projects/SessionManagement/GnomeSession
- https://wiki.gnome.org/Projects/SessionManagement/NewGnomeSession
- Ponyhof: Session-Management on Linux
- https://dvdhrm.wordpress.com/2013/08/24/session-management-on-linux/ - systemd-logind
- selectwm - a small application (using GTK+) which lets you select your window manager. It looks for a file named .selectwmrc in the user's directory which contains a list of window managers. When you start X it should show a list which lets you choose your window manager (by double clicking on it with the mouse or with the arrow keys and the return or space key)
- sessiond - a standalone X session manager that reports the idle status of a graphical session to systemd-logind. It can be used alongside a window manager or desktop environment that does not provide its own session management. Featuring; automatic screen locking on session idle and before sleeping, automatic backlight dimming on session idle, systemd targets activated by systemd-logind’s lock, unlock, sleep, and shutdown signals, hooks triggered by inactivity or signals, a DBus service, (optional) management of DPMS settings
Compositing
See also Wayland
- https://github.com/fennerm/flashfocus - Simple focus animations for tiling window managers.
Older
Compton
- Compton - "I was frustrated by the low amount of standalone lightweight compositors. Compton was forked from Dana Jansens' fork of xcompmgr and refactored. I fixed whatever bug I found, and added features I wanted. Things seem stable, but don't quote me on it. I will most likely be actively working on this until I get the features I want. This is also a learning experience for me. That is, I'm partially doing this out of a desire to learn Xlib."
Unagi
Picom
- https://github.com/yshui/picom - A lightweight compositor for X11 (previously a compton fork)
- https://github.com/qtilities/picom-conf - GUI configuration tool for Picom X composite manager
steamcompmgr
- https://github.com/ValveSoftware/steamos-compositor - SteamOS session compositing window manager
gamescope
- https://github.com/Plagman/gamescope - the micro-compositor formerly known as steamcompmgr
NeoComp
- https://github.com/DelusionalLogic/NeoComp - A new place for a fork of a compositor for X11. NeoComp is a (hopefully) fast and (hopefully) simple compositor for X11, focused on delivering frames from the window to the framebuffer as quickly as possible.
diagonator
- https://github.com/yaxollum/diagonator - An X11 compositor that draws diagonal lines across your screen to make you take a break from your computer
- https://github.com/yaxollum/diagonator-server - A server that controls diagonator, giving you a break timer, daily requirements, and locked time ranges
Toolkit configuration
See also UI
to improve;
xsettings
- https://github.com/derat/xsettingsd - a daemon that implements the XSETTINGS specification. It is intended to be small, fast, and minimally dependent on other libraries. It can serve as an alternative to gnome-settings-daemon for users who are not using the GNOME desktop environment but who still run GTK+ applications and want to configure things such as themes, font antialiasing/hinting, and UI sound effects.
- https://developer.gnome.org/gio/stable/gsettings-tool.html
- https://github.com/GNOME/gsettings-desktop-schemas
- https://developer.gnome.org/GSettings/
- https://developer.gnome.org/gtk3/unstable/GtkSettings.html
GUI
- xfce4-apperence-settings
Themes
gnome-look.org
- Dracula - Dark theme for 300+ apps. All platforms.
oomox
- https://github.com/themix-project/oomox - Graphical application for generating different color variations of a Arc, Materia and Oomox themes (GTK2, GTK3 and others), Archdroid, Gnome-Colors, Numix, Papirus, Suru++ icons, and terminal palette.
themer
- themer - development environment theme creator. themer takes a set of colors and generates editor themes, terminal themes, themes for other apps, and desktop wallpapers.
Dark mode
- https://github.com/sdushantha/svart - Change between dark/light mode depending on the ambient light intensity
Borders
- https://github.com/deter0/xborder - Active window border replacement for window managers.
System GUI
Brightness
- https://github.com/Lawrence-Chiappelli/screendimmer - Screen dimming software developed for Arch Linux.
- https://github.com/sidneys/desktop-dimmer - Enable darker-than-dark dimming for internal and external screens. Electron.
- https://github.com/Fushko/gummy - CLI screen manager for X11 that allows automatic and manual brightness/temperature adjustments, via backlight (currently only for embedded displays) and gamma. Multiple monitors are supported.
Status bar
usually fairly minimal
- https://github.com/shdown/luastatus - universal status bar content generator
dzen
- Dzen - a general purpose messaging, notification and menuing program for X11. It was designed to be fast, tiny and scriptable in any language.
bar
- https://github.com/LemonBoy/bar - bar-aint-recursive. A featherweight, lemon-scented, bar based on xcb.
- https://github.com/Snowlabs/bartender - Bar generator for lemonbar
some_sorta_bar
- some_sorta_bar - A simple bar to display text from a pipe for lightweight window managers. e.g; conky | some_sorta_bar
xmobar
- xmobar is a minimalistic, mostly text based, status bar. It was originally designed and implemented by Andrea Rossato to work with xmonad, but it's actually usable with any window-manager. xmobar was inspired by the Ion3 status bar, and supports similar features, like dynamic color management, icons, output templates, and extensibility through plugins.
taffybar
- taffybar - A somewhat fancier desktop bar than xmobar. This bar is based on gtk2hs and provides several widgets (including a few graphical ones). It also sports an optional snazzy system tray. Haskell
gobar
goi3bar
bipolarbar
bevelbar
j4-status
n30f
- https://github.com/sdhand/n30f - a quick hack to display a png in a borderless and transparent non-wm-managed window build using make and install to $PREFIX (/usr by default) with sudo make install
lolstat
polybar
- Polybar - A fast and easy to use tool for creating status bars
- https://github.com/polybar/polybar/issues/763 - Set polybar on multiple screens
Yabar
- https://github.com/geommer/yabar - A modern and lightweight status bar for X window managers.
bspwmbar
- https://github.com/odknt/bspwmbar - A lightweight status bar for bspwm.
luastatus
- https://github.com/shdown/luastatus - universal status bar content generator. It allows you to configure the way the data from event sources is processed and shown, with Lua. Its main feature is that the content can be updated immediately as some event occurs, be it a change of keyboard layout, active window title, volume or a song in your favorite music player (provided that there is a plugin for it) — a thing rather uncommon for tiling window managers.
unixbar / bar
- https://github.com/unrelentingtech/unixbar -A better way to set up your lemonbar/dzen2/i3bar: with Rust and cargo-script instead of shell scripting or dynamic languages.
- https://github.com/wezm/bar -This is a small Rust program that uses unixbar to generate some status info. It is used by awesome to show audio volume, battery level, and weather info.
blockbar
- https://github.com/sambazley/blockbar - Blocks based status bar for X window managers and Wayland (wlroots), compositors.
qobbar
- https://github.com/zakariakov/qobbar - A fast and easy status bar built in qt
Panel / taskbar
tint2
- https://gitlab.com/o9000/tint2 - a simple panel/taskbar made for modern X window managers. It was specifically made for Openbox but it should also work with other window managers (GNOME, KDE, XFCE etc.). Panel with taskbar, system tray, clock and launcher icons; Easy to customize: color/transparency on fonts, icons, borders and backgrounds; Pager like capability: move tasks between workspaces (virtual desktops), switch between workspaces; Multi-monitor capability: create one panel per monitor, showing only the tasks from the current monitor; Customizable mouse events. fork of ttm.
- tint3 - Born as a fork and C++ port of tint2, tint3 retains backwards compatibility and provides a cleaner code base and better stability. Visit github.com/jmc-88/tint3 for more information.
PyPanel
- PyPanel is a lightweight panel/taskbar written in Python and C for X11 window managers. It can be easily customized to match any desktop theme or taste. PyPanel works with EWMH compliant WMs (Openbox, PekWM, FVWM, etc.) and is distributed under the GNU General Public License v2.
ADeskBar
- ADeskBar - a lightweight application launcher for Openbox, written in Python and GTK
Fbpanel
Bmpanel
- https://wiki.archlinux.org/index.php/Bmpanel
- https://code.google.com/p/bmpanel2/ - fork of bmpanel, fork of fbpanel
Trayer
- https://code.google.com/p/trayer/ - fork of fbpanel
- https://github.com/sargon/trayer-srg - fork or trayer
LXPanel
- http://wiki.lxde.org/en/LXPanel - lxpanel is originally derived from fbpanel, now almost totally different both in internal implementation and configuration.
Vala Panel
- https://github.com/rilian-la-te/vala-panel - Vala rewrite of SimplePanel, a GTK3 LXPanel fork.
GnomePanel
- http://sourceforge.net/projects/talika/ - gnome panel applet that lets you switch between open windows using icons.
- https://bitbucket.org/consortdesktop/consort-panel - fork of gnome (classic) panel
XFCE4 Panel
MATE Panel
- https://github.com/robint99/dock-applet - application dock for the MATE panel
SuxPanel
- https://github.com/lpereira/suxpanel - provides a simple and easy to use panel that sits atop your screen, that lets you: Start your programs, Switch between them, Control your sound card's volume, Organise and manage your virtual desktops, Manage your clipboard, See the time and date and pop up a calendar, and probably more
PerlPanel
AWN
DockBarX
- DockbarX in Launchpad - Gnome2 taskbar applet, AWN Applet, Mate taskbar applet and stand alone dock with groupping and group manipulation.
KDE panel
Needs KDE DE to function correctly.
- http://en.wikipedia.org/wiki/Kicker_(KDE) - old KDE panel
- Smooth Tasks 2 - This taskbar replacement has window peeking similar to Windows 7 when you use the kwin 'highlight window' effect. Even if this effect is not used you can click the tooltip in order to activate the corresponding window.
Wingpanel
- https://github.com/elementary/wingpanel - Stylish top panel that holds indicators and spawns an application launcher
Latte Dock
- https://github.com/psifidotos/Latte-Dock - dock based on plasma frameworks that provides an elegant and intuitive experience for your tasks and plasmoids. It animates its contents by using parabolic zoom effect and trys to be there only when it is needed.
Docky
- Docky - an advanced shortcut bar that sits at the edges of your screen.
fspanel
hpanel
- http://freecode.com/projects/hpanel - Hpanel is hacked version of fspanel, a small panel that lists your windows and allows you to switch workspaces. It requires a window manager that is compliant with the NETWM specification. It works nicely with pekwm and aewm++, and handles maximized windows better than fspanel.
ourico
- http://freshmeat.sourceforge.net/projects/ourico - a simple EWMH taskbar (no clocks, icons, trays, bells, or whistles).
excalibar
- https://github.com/nullgemm/excalibar - Excalibar is a fast and modular taskbar for X11, which provides good plugin support and configurable aestethics. Its goal is to be the sword amongst the taskbars: sharp and shiny. Because Excalibar is magical, it is also lighter when unsheathed, and strives not to stress your cpu.
par.py
- https://github.com/sahib/par.py - cute little bar with gtk, pango, cairo and love.
candybar
- https://github.com/Lokaltog/candybar - WebKit-based status bar for tiling window managers
Glx-Dock / Cairo-Dock
- Glx-Dock / Cairo-Dock a desktop interface that takes the shape of docks, desklets, panel, etc. It is designed to be light, fast and customizable, and is desktop-agnostic. It has a powerful DBus interface, to be controlled from a terminal or another application. Features can be added by plug-ins or applets, and applets can be written in C or in any language. Most actions can be done from keyboard.
Dash-to-Panel
- https://github.com/home-sweet-gnome/dash-to-panel - An icon taskbar for the Gnome Shell. This extension moves the dash into the gnome main panel so that the application launchers and system tray are combined into a single panel, similar to that found in KDE Plasma and Windows 7+. A separate dock is no longer needed for easy access to running and favorited applications.
Plank
- Plank - meant to be the simplest dock on the planet.
wbar
- https://github.com/frankzen/wbar
- https://github.com/rodolf0/wbar - A rewrite of wbar attempting to use evas instead of Imlib2 for real transparency.
- http://puppylinux.org/wikka/wbarinstall?redirect=no
HereticBar
PieDock
- https://github.com/markusfisch/PieDock - A dock but in shape of a pie menu
nwg-panel
- https://github.com/nwg-piotr/nwg-panel - GTK3-based panel for sway window manager
System tray
- systemtray-spec - The system tray is an area on the dock or panel used to display unobtrusive notifications to the user. The tray contains small icons for each notification facility, and the icons can pop up "balloon messages."
Peksystray
- Peksystray - a small system tray (also called notification tray) designed for all the light window managers supporting docking. As more and more applications use a small icon in the system tray to provide additonal fonctionalities and information, it becomes usefull for everyone to have access to them. While "heavy" window managers (Gnome, KDE...) come with a systrem tray embedded in the rest of the desktop, lighter window managers (WindowMaker, fluxbox...) don't have this feature. Peksystray is a very simple and light implementation of a system tray for any window manager supporting docking, conforming to the System Tray Freedesktop standard
stalonetray
- stalonetray - a stand-alone freedesktop.org and KDE system tray (notification area) for X Window System/X11 (e.g. X.Org or XFree86). It has full XEMBED support and minimal dependencies: an X11 lib only. Stalonetray works with virtually any EWMH-compliant window manager.
alltray
- https://github.com/bill-auger/alltray - an application which docks other application software into the system tray (“notification area”) of a desktop environment such as GNOME, KDE, or XFCE. It aims to be independent of both desktop environment and window manager. Old releases are available, and currently the project is focusing on updating the source code to become more fully compliant with existing desktop standards, as well as being refactored.
tray
- https://github.com/zserge/tray - Cross-platform, single header, super tiny C99 implementation of a system tray icon with a popup menu.
snixembed
- https://git.sr.ht/~steef/snixembed - proxy StatusNotifierItems as XEmbedded systemtray-spec icons
Hardcode-Tray
- https://github.com/bilelmoussaoui/Hardcode-Tray - Fixes Hardcoded tray icons in Linux. The script will automatically detect your default theme, the correct icon size, the hard-coded applications, the correct icons for each indicator and fix them. All that with the possibility to revert to the original icons.
Dockapps
xdock
- xdock - emulates the Window Maker docks, with the following differences: runs in any window manager; client/server - it works in a client/server way, where a server sits in the right side of the screen, and the docks are clients that connect to that server; easy to program - programming the Window Maker docks was a hard job. But xdock provides a API that makes programming much easier!
Flipse
- Flipse - small app that collects Windowmaker Dockapps into one window. This allows the usage of WM Dockapps in other Windowmanagers like wmii.Code is heavily inspired by XFCE-WMDock
BBDock
- BBDock - an application launcher for Blackbox-like window manager that allows you to create application buttons in the slit/dock. It works with PNG files rather than XPM images. It supports alpha blending at 16, 24 and 32 bits color-depth. Also, the raise-window function is available to window managers which implement the EWMH specification. See the README for more details.
Docker
- Docker is a docking application (WindowMaker dock app) which acts as a system tray for KDE and GNOME2. It can be used to replace the panel in either environment, allowing you to have a system tray without running the KDE/GNOME panel or environment.
wmDrawer
- wmDrawer is a dock application (dockapp) which provides a drawer (retractable button bar) to launch applications.
xfce4-wmdock-plugin
mate-dock-applet
- https://github.com/robint99/dock-applet - mate panel applet
kiba-dock
simdock
- simdock - an eye-candy deskbar for Linux. a lightweight Dock launcher for common Applications. Docklight” is a simple but effective dock launcher for GNOME desktops e.g (gnome, cinnamon, mate etc.). It supports a Preview from all open Applications. The “Docklight” preview allows more control over the opened windows. You can navigate to a specific window much easier. Select the window or close the desired application the real time preview make that very easy. “Docklight” is written in C++ with “GTK 3” and “libwnck”. “Docklight” is open source width a GNU General Public License.
Menu launchers
- https://wiki.archlinux.org/index.php/Xdg-menu - a tool that generates XDG Desktop Menus
- dmenu is a dynamic menu for X, originally designed for dwm, by suckless. It manages large numbers of user-defined menu items efficiently. Deuncher in i3.
dmenu -h 17 -fn '-*-terminus-medium-*-*-*-16-*-*-*-*-*-*-*' -nb '#000000' -nf '#c5c5c5' -sb '#4f2877' -sf '#ffffff' -dim 0.4 -dc '#485D00'
forks;
- https://github.com/toolpunk/dmenu-ee - fork of dmenu patched with XFT, quiet, x & y (inc. height), token, fuzzy matching, follow focus, tab nav, filter and full mouse support
- dmenu2 is the fork of original dmenu - an efficient dynamic menu for X, patched with XFT, quiet, x & y, token, fuzzy matching, follow focus, tab nav, filter. Added option to set screen on which dmenu apperars, as long as opacity, window class and window name. Also allows to dim screen with selected color and opacity while dmenu2 is running. Added underline color and height. (options -uc and -uh)
wrappers;
- https://github.com/Wintervenom/Scripts/blob/master/file/launch/dmenu-launch - xdg .desktop file support
- https://github.com/enkore/j4-dmenu-desktop
- dmenu wrapper with .desktop support
- https://github.com/neersighted/dotfiles/blob/master/scripts/dmenu_run.pl - frequency ordering
- http://dmwit.com/yeganesh/
- haskell dmenu wrapper with frequency ordering
- no height mod
- https://github.com/klowner/yegonesh - yeganesh in go
- https://bitbucket.org/dehun/xboomx/overview
- wrapper with most used ordering
- works with height patch
- displays 4 of each command?!
- https://github.com/AlxHnr/Dlaunch - A dmenu wrapper which allows you to search trough various sources provided by plugins. It will learn what you use the most and presort the search results accordingly. Dlaunch can be extended by plugins written in Scheme.
- https://github.com/AlxHnr/dlaunch-plugins
- requires scheme and https://github.com/AlxHnr/chicken-builder
- doesn't load source plugins???
- https://github.com/RafaelBocquet/i3-hud-menu - Provides a way to run menubar commands through dmenu(!!!)
- https://github.com/Shizcow/dmenu-rs - A pixel perfect port of dmenu, rewritten in Rust with extensive plugin support
- https://github.com/dhamidi/tmenu - a dynamic menu for tty devices, which reads a list of newline-separated items from stdin. When the user selects an item and presses Return, the selected item is printed to stdout. Entering text will narrow the list of items to items that contain the entered text.
- https://github.com/adriangrigore/slmenu - a dmenu clone for the console.
percol
- https://github.com/mooz/percol - percol adds flavor of interactive selection to the traditional pipe concept on UNIX.
erythrina
- https://github.com/technomancy/erythrina - basic dmenu like
- https://github.com/Cloudef/bemenu - Dynamic menu library and client program inspired by dmenu
- https://github.com/cblegare/xdmenu - Many options available in patches built in. Additional options can be added. Easy to extend for other tools such as Rofi.
- https://github.com/solus-project/brisk-menu - a modern and efficient menu designed to improve the MATE Desktop Environment with modern, first-class options. The purpose of this project is to provide a usable menu as seen in other desktops without the bloat and performance issues. brisk-menu is distro-agnostic and the reporting of portability issues is encouraged.
- https://github.com/seokbeomKim/klicknmenu - X11 based lightweight menu application
Rofi
- Rofi - A window switcher, application launcher and dmenu replacement
- https://github.com/DaveDavenport/rofi/blob/master/doc/rofi.1.markdown
- https://github.com/DaveDavenport/rofi/blob/master/doc/rofi-theme.5.markdown
rofi -dmenu # basic outputs what is entered
- https://github.com/cjbassi/awesome-rofi - A curated list of awesome rofi (and dmenu) applications
- https://gitcrate.org/qtools/rofi-top - A plugin for rofi that emulates top behaviour. To run this you need an up to date checkout of rofi git installed.
- https://github.com/andersju/zzzfoo - lets you combine the excellent full-text search tool Recoll with Rofi (popular dmenu replacement, among other things) to quickly search all your indexed files. It simply performs a Recoll search using Recoll's Python module, pipes the output to rofi -dmenu, and (optionally) does something with the selected match.
- https://github.com/adi1090x/rofi - Rofi Based Custom Applets And Menus.
- jgmenu - A simple, independent and contemporary-looking X11 menu, designed for scripting, ricing and tweaking.
- https://github.com/Crestwave/shmenu - A dynamic menu for the terminal written in pure Bash
xprompt
- https://github.com/phillbush/xprompt - A dmenu rip-off with contextual completion
- https://github.com/phillbush/xmenu - a menu utility for X. XMenu receives a menu specification in stdin, shows a menu for the user to select one of the options, and outputs the option selected to stdout. XMenu can be controlled both via mouse and via keyboard.
- https://github.com/xlucn/xdg-xmenu - a C rewrite of previous shell and python version of xdg-xmenu. It's a small program to show a apps menu with xmenu, a simple x11 menu utility. This C version can launch xmenu directly, due to a faster execution time.
- jgmenu - A simple, independent, contemporary-looking X11 menu, designed for scripting, ricing and tweaking.
Kickoff
- https://github.com/j0ru/kickoff - heavily inspired by rofi, but not without changes made. Like many programs, kickoff was born from an itch that no existing program seemed to relieve and my desire to learn a lower-level programming language.
Taskbar launcher
Gtk Menu
- Gtk Menu - Standalone - a Gtk2 standalone applications menu written in C for Unix-like (Linux, *BSD) operating systems. It can be run by your favorite launcher (bbbutton, fluxbox menu, with a hotkey app/binding, etc). This menu always shows the latest installed applications that have .desktop entries in the user and system applications directories.
Qt Menu
myGtkMenu
- myGtkMenu - When myGtkMenu is executed (by clicking on a panel or desktop icon), it reads a text file and creates a menu. The order of the menu items, which icons are used, and the commands to be executed are specified in the text file. You control the text file. Indeed, if you wanted, you could have ten icons associated with ten (different) custom menus. Re installing just involves backing up and restoring the menu files and associating a panel icon with each custom menu. If you put myGtkMenu and the custom menu-description file(s) in a single directory, it is very fast and easy to backup and restore everything.
- https://github.com/trizen/menutray - An application menu through a GTK+ tray status icon.
SnapFly
- https://github.com/drakmail/snapfly - a lightweight PyGTK menu which can be run as a daemon (in this case you can call the menu from any place on your desktop using snapfly-show) or as a standalone menu with a systray icon.
californium
- https://github.com/mlde/californium - standalone application menu based on xdg and qt, notably for openbox, awesome, i3 and other window managers without a automatic xdg menu.
Popup launcher
Gmrun
- Gnome Completion-Run Utility - A simple program which provides a "run program" window, featuring a bash-like TAB completion. It uses GTK+ interface.
- https://wiki.archlinux.org/index.php/Gmrun
- like lsxcommand
Gnome DO
Launchy
- Launchy - a free cross-platform utility designed to help you forget about your start menu, the icons on your desktop, and even your file manager. Launchy indexes the programs in your start menu and can launch your documents, project files, folders, and bookmarks with just a few keystrokes!
Synapse
- Synapse - a semantic launcher written in Vala that you can use to start applications as well as find and access relevant documents and files by making use of the Zeitgeist engine.
Kupfer
- Kupfer - an interface for quick and convenient access to applications and their documents. The most typical use is to find a specific application and launch it. We have tried to make Kupfer easy to extend with plugins so that this quick-access paradigm can be extended to many more objects than just applications.
higgins
- https://github.com/kokoko3k/higgins - Yet another application launcher: start applications, search for things, do calculations or whatever you want through external plugins.
GnomeLaunchBox
- https://wiki.gnome.org/Projects/GnomeLaunchBox - Launch Box is generally an application launcher. It's very influenced by Quicksilver for Mac OSX. It is written for the GNOME 2.10 or newer platform and depends on GTK+ 2.6 or newer, evolution-data-server 1.2 or newer and gnome-menus. These are currently hard dependencies but the plan is to split out the backends into different optional backends. Currently supported modules are:
Gnome-Pie
- Gnome-Pie - a circular application launcher (pie menu) for Linux. It is made of several pies, each consisting of multiple slices. The user presses a key stroke which opens the desired pie. By activating one of its slices, applications may be launched, key presses may be simulated or files can be opened.
Fly-Pie
- https://github.com/Schneegans/Fly-Pie - an extension for GNOME Shell which lets you open marking menus via keyboard shortcuts. You can use it to launch applications, simulate hotkeys, open URLs and much more. It features a continuous learning curve which lets you gradually lift-off from a grumpie menu rookie to a snappie menu pielot. (You got it? Like pilot, but with a cake,. Once you opened a marking menu, you can seamlessly transition between three alternative selection modes.
- https://github.com/phillbush/pmenu - a pie menu utility for X. πmenu receives a menu specification in stdin, shows a menu for the user to select one of the options, and outputs the option selected to stdout. [3]
bashrun2
- bashrun2 - an application launcher based on a modified bash session in a small terminal window, providing all the well known bash features like tab-completion and history. Additional features include automatic detection of console applications, rules for running console applications in dedicated terminals, running commands with a different user id, regexp based command line rewriting (file associations, web shortcuts, etc), user-defined actions and extensions, remote control features, and more.
lighthouse
- https://github.com/emgram769/lighthouse - A simple flexible popup dialog to run on X.
sway-launcher-desktop
- https://github.com/Biont/sway-launcher-desktop - TUI Application launcher with Desktop Entry support. Made for SwayWM, but runs anywhere
Zazu
- Zazu - A fully extensible and open source launcher for hackers, creators and dabblers. It comes with sane defaults to make it useful out of the box. But everything can be changed to fit your needs. Don't let others tell you the best way to be productive, configure it to be perfect for you.
- https://github.com/bayleeadamoss/zazu - Undeveloped
Albert
- Albert - a desktop agnostic launcher. Its goals are usability and beauty,performance and extensibility. It is written in C++ and based on the Qt framework. Access everything with virtually zero effort. Run applications, open files or their paths, open bookmarks in your browser, search the web, calculate things and a lot more.
Catapult
- Catapult Launcher - allows you to easily launch apps, open files and do basic calculations with a keyboard-driven user interface. Custom plugins and themes can be loaded dynamically. Catapult is available for Linux, released as Free Software under the GNU General Public License (GPL).
CPLauncher
- https://github.com/cplauncher/CPLauncher - an application that allows you to launch applications with your keyboard. Currently the application is in early development stage, that is why errors may occur, and something can work not as expected. The application is made using cross platform C++ GUI framework QT 5.15, that is why potentially it can work with some tweaks on many platforms that are supported by QT, but only for Windows and OSX platform specific functions were implemented right now.
Station
- Station - the first open-source smart browser for busy people. A single place for all of your web applications.
CmdLauncher
- CmdLauncher - Aimed at helping people use command line tools in a GUI way. CmdLauncher provides a simple way for developers to make their console programs launch by selecting one from the list, or choosing a file, or something else which could be done easily by people who are not experts. What the command line program developers need to do is to write a simple yaml format file containing information of their command line programs, which will be read by CmdLauncher.
Cerebro
- Cerebro App - open-source productivity booster with a brain. Search everything in few clicks. On your machine or in the Internet. Interact with everything: open file in default program or reveal in finder, copy contact details to clipboard, see google suggestions. Maps, translations, files. Now you don’t have to open another application to see what you need. Everything is in one place. Using included plugin manager you always can find and use what you want. There is no plugin that you are looking for? Use simple, but powerful API to build your own plugins and share them with community. Cerebro is free and open-source.
xlunch
- xlunch - the coolest graphical app launcher for Xorg/X11. It requires only pure Xlib and Imlib2. It allows you to run programs, commands, or simply select something out of a list using your mouse, keyboard, or both! UTF8 is fully supported meaning you can have text of all kinds. The prompt allows you to run arbitrary commands, and it works to filter your entries as well. xlunch is also highly configurable, both in functionality and style, it can even be used as a desktop!
Onagre
- https://github.com/oknozor/onagre - A general purpose application launcher for X and wayland inspired by rofi/wofi and alfred, build with iced and pop-launcher.
Spotter
- Spotter - simple and powerful tool to launch everything
blezz
- https://github.com/Blezzing/blezz - Guided Keystroke Launcher - Complicated shortcuts are hard to remember and hard on the fingers, yet it is still nice to have shortcuts to scripts and used actions readily available. With Blezz i intend to give an alternative to shortcut systems. It provides a little interface that shows up at launch, to guide the user through his own setup. Every keypress can go to new directory, or execute an action. It is possible for the user to make his own setup as simple or complex he wants, by adding content to a file.
Ulauncher
- Ulauncher - a fast application launcher for Linux. It's written in Python using GTK+, and features: App Search (fuzzy matching), Calculator, Extensions, Shortcuts, File browser mode and Custom Color Themes
fuzzel
- https://codeberg.org/dnkl/fuzzel - Application launcher for wlroots based Wayland compositors, similar to rofi's `drun` mode.
enso
- Humanized > Our Products > Enso Launcher - archived
- https://github.com/tartakynov/enso - an extensible, cross-platform quasimodal linguistic CLI originally written by Humanized, Inc. Enso Launcher is designed to give you instant access to your applications and windows. With a few easily remembered keystrokes, you can launch an application, switch to a window by name, and control the state of your windows.
Fullscreen launcher
- Homerun - a fullscreen launcher with content organized in tabs. A tab is composed of several "sources". A source can provide one or more sections to a tab. Homerun comes with a few built-in sources, but custom sources can be written using libhomerun.
- https://github.com/echo-devim/RapidLauncher - an application launcher that is supposed to be fast and relatively lightweight. The backend is written in Vala and the frontend is written with C/GTK+ 3. Rapid Launcher is born to give a good launcher also for old PCs. It's really simple and is inspired by the Android and OSX launchers.
to sort
- interrobang - A tiny launcher menu packing a big bang (syntax)
- xfce4-appfinder - a tool to find and launch installed applications on your system and the quickly execute commands. It can also be used to quickly add launchers to the Xfce Panel by dragging an item from the view and drop it on the panel.]
- Services menu - an application that helps the user perform actions on text in other programs. The user simply selects some text and launches Services — for example, by keyboard shortcut or clicking the fourth mouse button. A menu pops up letting the user edit the text and select desired operation, such as open a browser window searching for the text in Google.
- Slingshot - lightweight and stylish app launcher from elementary OS.
- thinglaunch - a launcher program for X. You can bind it to a key in your favorite window manager, and when you want to start a program, just type its name. thinglaunch has a tiny footprint and depends only on Xlib.
Search
- https://en.wikipedia.org/wiki/Desktop_search - tools that search within a user's own computer files as opposed to searching the Internet. These tools are designed to find information on the user's PC, including web browser history, e-mail archives, text documents, sound files, images, and video.
- https://en.wikipedia.org/wiki/Tracker_(search_software) - a file indexing and search framework for Linux and other Unix-like systems. It is written in the C programming language.Tracker has been adopted by the GNOME desktop environment and is heavily integrated into GNOME Shell and GNOME Files.
Task switcher
- https://github.com/sagb/alttab - X11 window switcher designed for minimalistic window managers or standalone X11 session
- SuperSwitcher is a (more feature-ful) replacement for the Alt-Tab window switching behavior and Ctrl-Alt-Left/Right/Up/Down workspace switching behavior that is currently provided by Metacity. When running, use the 'Super' key (also known as the 'Windows' key) to switch between windows and workspaces. This key is usually found between the Ctrl and Alt keys on the keyboard.
LXQt application switcher
- https://github.com/zjes/lxqt-appswitcher - LXQt application switcher is an application switcher, hence a tool to change the active window by cycling through the available ones, geared towards the LXQt desktop environment.
Run or raise
run-or-raise
- https://github.com/Soft/run-or-raise - Utility for launching applications or focusing their windows
raise-or-run
- https://github.com/bulletmark/raise-or-run - Linux shell script to raise app window, or run app if window not already open
raiseorlaunch
- https://github.com/open-dynaMIX/raiseorlaunch - A run-or-raise-application-launcher for i3 window manager.
jumpapp
- https://github.com/mkropat/jumpapp - A run-or-raise application switcher for any X11 desktop, with GUI config
Other
Virtual desktop pagers
- https://en.wikipedia.org/wiki/Virtual_desktop - aka workspaces, or 'viewports' (depending on X/DE/distro nomeclature)
- https://en.wikipedia.org/wiki/Pager_(GUI) - used to switch between desktops
- multihead size problem A = virtual desktop representation size matches viewport size, but within that, the viewport representation is false, squeezing in a non-existent viewport for the opposite monitor.
- multihead size problem B = virtual desktop representation size does not match viewport site, instead being double the actual viewport by including the width of the non-existent opposite monitor
Setup is with randr 1.2+ multihead. I think this is due to a lack of EWMH support in bspwm.
- http://sourceforge.net/projects/sf-xpaint/files/netwmpager/ - actually netwmpager-2
- multihead size problem A
- pager active desktop does not shift with window manager
- https://web.archive.org/web/20140717222440/http://www.useperl.ru/ipager/index.en.html
- http://manualinux.eu/ipager.html
- multihead size problem A
- http://www.makelinux.com/man/1/B/bbpager - blackbox
- multihead size problem A(+B)
- desktop representations are correct width ratio, but it just hides the right hand side, i.e, second monitor windows are essentially hidden
- http://docs.xfce.org/xfce/xfce4-panel/pager - workspace switcher item
- multihead size problem B
- http://git.lxde.org/gitweb/?p=lxde/lxpanel.git;a=history;f=plugins/pager.c - lxpanel pager
- multihead size problem B
- last development 2014
- http://aanatoly.github.io/fbpanel/ - fbpanel pager
- https://github.com/aanatoly/fbpanel
- nice, grabs desktop background!
- multihead size problem B
- http://www.ghacks.net/2009/03/03/get-to-know-linux-the-pager/ - gnome panel pager
- multihead size problem B
- http://fluxbox.sourceforge.net/fbpager/ - fluxbox
- multihead size problem B
- https://github.com/bbidulock/xde-ctools/blob/master/man/xde-pager.pod
- multihead size problem B
- http://www.fvwm.org/documentation/manpages/FvwmPager.html
- requires fvwm to be running
- https://aur.archlinux.org/packages/sawfish-pager/
- requires sawfish wm to be running
- http://obpager.sourceforge.net/ - openbox
- does not run (without openbox wm?)
- https://github.com/BurntSushi/pager-multihead
- requires openbox-multihead to be running
- http://freecode.com/projects/gaipager
- https://www.linuxsoft.cz/en/sw_detail.php?id_item=2039
- pager applet for Enlightenment and Waimea. It supports both the GNOME 2 panel and the dock. dead.
- Kicker pager
- for the old KDE panel
- http://rox.sourceforge.net/desktop/Pager.html
- panel applet
- https://github.com/lxde/lxqt-panel/blob/master/plugin-desktopswitch/desktopswitch.cpp
- non graphical
- https://code.google.com/p/neap/
- only a systray icon
- https://github.com/c00kiemon5ter/mopag - a small pager for monsterwm. it visually displays the number of desktops and number of windows on each desktop in a thin bar.
- http://offog.org/code/vdesk/
- nongraphical, implements own virtual desktops by hiding and showing apps (orthogonal to a wm's own desktops)
- https://github.com/prurigro/winpager - keyboard switching to number tagged apps
- https://github.com/ijanos/desktend - automatic virtual desktop extender. update the number of virtual desktops of EWMH compatible X11 window managers. add a new virtual desktop to the right every time there is a new window appears on the last desktop.
- http://www.afterstep.org/visualdoc.php?show=Pager - afterstep pager
- https://www.linuxsoft.cz/en/sw_detail.php?id_item=2538 - wmDeskGuide
Task manager
Infos
- lshw-gtk
- https://github.com/premek/allintray - A little script that displays useful things in a systray (notification area) for lightweight environments where such finctionality is not present by default. To be used with a lightweight systray like a trayer for example. Written in perl using Gtk2.
- https://github.com/xsmon/xsmon#xsmon - Extra small system monitor for X11.
Conky
- Conky is a free, light-weight system monitor for X, that displays any information on your desktop. Conky is licensed under the GPL and runs on Linux and BSD.
Multiload-ng
- https://github.com/udda/multiload-ng - a modern graphical system monitor. It's a near-complete rewrite of the good old GNOME multiload applet, that aims to support every existing panel.
Notifications
- http://www.knopwob.org/dunst - popular, minimal
- https://github.com/sboli/twmn - features animations
- http://kde-apps.org/content/show.php/?content=117147 - Colibri provides an alternative to KDE4 Plasma notifications.
- https://github.com/variadico/noti - Monitor a process and trigger a notification.
- https://github.com/be1/nall - notify almost everything in a discrete tooltip over your desktop system tray
- https://github.com/Sweets/tiramisu - a notification daemon based on dunst that outputs notifications to STDOUT in order to allow the user to process notifications any way they prefer. Perhaps you want notifications to be sent to your bar? tiramisu allows you to do that. Maybe you want notifications to be redirected to your phone as push notifications? A little bit of elbow grease and some tiramisu would let you do that ;) Notifications could be made more accessibility friendly even with TTS.
- https://github.com/be1/nall - notify almost everything in a discrete tooltip over your desktop system tray
Widgets
ElKowars Wacky Widgets / EWW
- EWW - ElKowar's Wacky Widgets, pronounced with sufficient amounts of disgust) is a widgeting system made in rust, which let's you create your own widgets similarly to how you can in AwesomeWM. The key difference: It is independent of your window manager! Configured in XML and themed using CSS, it is easy to customize and provides all the flexibility you need! [5]
Desktop icons
- Idesk - gives users of minimal wm's (fluxbox, pekwm, windowmaker...) icons on their desktop. The icon graphics are either from a png or svg (vector) file and support some eyecandy effects like transparency. Each icon can be confgured to run one or more shell commands and the actions which run those commands are completely configurable. In a nutshell if you want icons on your desktop and you don't have or dont't want KDE or gnome doing it, you can use idesk.
- IconMgr - a manager of desktop icons, Features include configurable actions to run shell commands. It has support for imlib2.
- DFM - a file manager for Linux and other UNIX like Operating Systems. DFM is the abrvabation for Desktop File Manager. "Desktop" stands for the capability to place icons on the root window. The idea to write DFM came from OS/2. For a long time I had worked with OS/2. Using Linux I miss a desktop that provides easy launching programs, managing files and their association. I think only a program like the WPS can provide this.
On Screen Display
- NotificaThor - Themeable On Screen Displays for X.
- ghosd -- on-screen display (osd) with transparency
- https://github.com/florentc/xob - A lightweight overlay volume (or anything) bar for the X Window System.
- https://github.com/ErikReider/SwayOSD - A OSD window for common actions like volume and capslock.
Volume / audio
pnmixer
volume-applet
- https://code.google.com/p/volume-applet
- keeps disappearing?
gvolwheel
- http://sourceforge.net/projects/gvolwheel
- gtk3, scroll wheel down to reduce volume doesn't work!
Volume Icon
- https://github.com/Maato/volumeicon - Volume Icon aims to be a lightweight volume control that sits in your systray.
Volti
gvtray
pasystray
Volctl
- Volctl - PulseAudio-enabled tray icon volume control for GNU/Linux desktops.
volumectl
- https://github.com/vially/volumectl - Small utility to control the volume from the command line. volumectl displays a nice notification bubble when a notification server is installed.
Sound Switcher Indicator
- https://github.com/yktoo/indicator-sound-switcher - Sound input/output selector application for Linux. It shows an icon in the indicator area or the system tray (whatever is available in your desktop environment). The icon's menu allows you to switch the current sound input and output (i.e. source ports and sink ports in PulseAudio's terms, respectively) with just two clicks:
MicTray
- https://github.com/Junker/mictray - MicTray is a Lightweight application which lets you control the microphone state and volume from system tray
Voltrayke
- httpsvoltraykegithub.com/redtide/voltrayke - An audio volume system tray widget, inspired by PNMixer and LXQt Panel' volume plugin.
to sort
- gnome2-globalmenu - Global Menu Bar for GNOME, like Apples. Gnome 3 in dev.
- https://github.com/helloSystem/Menu - Global menu bar written in Qt with as few Kf5 dependencies as possible
- fsv (pronounced eff-ess-vee) - a file system visualizer in cyberspace. It lays out files and directories in three dimensions, geometrically representing the file system hierarchy to allow visual overview and analysis. fsv can visualize a modest home directory, a workstation's hard drive, or any arbitrarily large collection of files, limited only by the host computer's memory and graphics hardware. "i know this!"
- http://fedorchenko.net/fsv2.php - gtk2 port
- https://github.com/ebruck/indicator-doom-cpu - Ubuntu indicator that displays how much load your CPU is under via the dying face from the video game DOOM.
- https://github.com/matinlotfali/KDE-Rounded-Corners - a fork of https://sourceforge.net/projects/shapecorners/ with additional contributions in https://github.com/alex47/KDE-Rounded-Corners
Dropdown
- https://github.com/noctuid/tdrop - A Glorified WM-Independent Dropdown Creator
Tiling
For non tiling WMs
- Wumwum is a window manager manager. It manages window managers so that they place your windows automatically the way a tile-based window manager (ion or awesome) would do it. This way you get the nice graphics of modern window managers and the efficiency of keyboard driven tiling-based managers. Moreover you can still use all features of the underlying manager and you keep all your keyboard shortcuts and behaviour when switching from one manager to the other.
- http://www.giuspen.com/x-tile/ - an application that allows you to select a number of windows and tile them in different ways.
- https://github.com/pkkid/pygrid - a small utility which allows you to easily organize your open windows by tiling, resizing and positioning them to make the best use of your desktop real estate. It's easy to configure and supports multiple monitors.
Screensaver and locks
- XScreenSaver is the standard screen saver collection shipped on most Linux and Unix systems running the X11 Window System. I released the first version in 1992. I ported it to MacOS X in 2006, and to iOS in 2012. On X11 systems, XScreenSaver is two things: it is both a large collection of screen savers; and it is also the framework for blanking and locking the screen.
- xscreensaver-systemd(6) - lock the screen upon suspend, and inhibit screen-blanking during video playback.
- http://linux.die.net/man/1/xautolock - fire up programs in case of user inactivity under X
- https://github.com/iye/lightsOn - doesn't work?
- https://git.fleshless.org/misc/tree/i3lock-extra
- http://plankenau.com/blog/post-10/gaussianlock
- https://github.com/guimeira/i3lock-fancy-multimonitor
- https://github.com/the-cavalry/light-locker a simple locker (forked from gnome-screensaver) that aims to have simple, sane, secure defaults and be well integrated with the desktop while not carrying any desktop-specific dependencies. It relies on lightdm for locking and unlocking your session via ConsoleKit/UPower or logind/systemd.
Screenshots
See also Video#Screencasting
sctor
scrot mydesktop.png scrot '%Y-%m-%d_$wx$h.png' -e 'mv $f ~/documents/images/screenshots/' would create a file called something like 2000-10-30_2560x1024.png in a screenshots directory.
import
import -window root Pictures/Image5.png imagemagick
shutter
maim
flameshot
- https://github.com/lupoDharkael/flameshot - Powerful yet simple to use screenshot software
Colour picker
- https://github.com/Soft/xcolor - Lightweight color picker for X11. Use mouse to select colors visible anywhere on the screen to get their RGB representation.
- https://github.com/muquit/grabc - A command line tool to identify a pixel color of an X Window System screen
- https://github.com/sdushantha/farge - Click on a pixel on your screen and show its color value
- https://github.com/jgmdev/wl-color-picker - a working color picker for wayland and wlroots by leveraging grim and slurp.
Menus
- https://github.com/hardpixel/gnome-hud - Unity like HUD menu for the GNOME Desktop Environment.
- https://github.com/gonzaarcr/Fildem - a fork of gnomehud with the addition of a global menu bar. It consists of a Gnome Shell extension and an external program, you must install both for the application to work.
- https://github.com/Sominemo/Fildem-Gnome-45 - Fildem global menu ported to GNOME
- https://launchpad.net/alacarte - a simple menu editor for GNOME that uses the pyxdg library. It can create and edit menus and entries. It follows the freedesktop.org menu specification and so should work with any WM/DE that supports the spec.
- MenuMaker - a menu generation utility for X window managers on *NIX systems. It is capable of finding lots of installed programs and generating a root menu consistent across all supported X window managers, so one will get (almost) the same menu no matter what window manager is used.
- menutray - a simple menu generator (related to obmenu-generator and fbmenugen).
- https://github.com/ju1ius/uxdgmenu - an automated XDG Menu system for alternative Linux window managers. It supports currently Fluxbox, Openbox, Awesome, Blackbox, WindowMaker, FVWM2, IceWM, Ion3, PekWM, TWM, support can be added to any other through plugins.
- https://github.com/XayOn/cursed_desktop - A simple ncurses system menu
- https://github.com/crichon/xdgmenu - A ncurses application menu.
Process managers
- Exterminator by JeffHoogland - a system process killer written in Python and Elementary
Power
- https://github.com/jluttine/rofi-power-menu - rofi -show power-menu -modi power-menu:rofi-power-menu
- https://github.com/lxqt/lxqt-powermanagement - tools to monitor power management events and optionally trigger actions like e. g. shut down a system when laptop batteries are low on power.
Configuration
- https://github.com/lxqt/obconf-qt - a Qt port of ObConf, a configuration editor for window manager OpenBox.It is not actively developed anymore by LXQt project, code contributions and bugfixes will be accepted. It can be used independently from this desktop environment.
Locale / keyboard
- https://github.com/xkbmon/xkbmon - A versatile keyboard layout monitor for X11.
File system inspection
- QDirStat - Qt-based directory statistics (KDirStat without any KDE - from the original KDirStat author)
- K4DirStat - (KDE Directory Statistics) is a small utility program that sums up disk usage for directory trees, very much like the Unix 'du' command. It displays the disk space used up by a directory tree, both numerically and graphically (copied from the Debian package description). v2 required KDE 5.
- http://www.chiark.greenend.org.uk/~sgtatham/agedu/ agedu - disk scan like du but that also records the last-access times of everything it scans. Then it builds an index that lets it efficiently generate reports giving a summary of the results for each subdirectory, and then it produces those reports on demand.
- xdu
Compression
Screen magnification
xzoom
kmag
- kmag - or Kmagnifier, is a small utility for Linux to magnify a part of the screen.
Virtual Magnifying Glass
- Virtual Magnifying Glass - A free, open source, screen magnifier, for Windows, Linux, FreeBSD and Mac OS X.
magnifiqus
- https://github.com/redtide/magnifiqus - Qt based screen magnifier
Screen reader
Multitouch / gesture
- TUIO is an open framework that defines a common protocol and API for tangible multitouch surfaces. The TUIO protocol allows the transmission of an abstract description of interactive surfaces, including touch events and tangible object states. This protocol encodes control data from a tracker application (e.g. based on computer vision) and sends it to any client application that is capable of decoding the protocol. There exists a growing number of TUIO enabled tracker applications and TUIO client libraries for various programming environments, as well as applications that support the protocol.
- Glassomium - Open-source cross-platform web-based TUIO-enabled multi-touch window manager
- reacTIVision is an open source, cross-platform computer vision framework for the fast and robust tracking of fiducial markers attached onto physical objects, as well as for multi-touch finger tracking. It was mainly designed as a toolkit for the rapid development of table-based tangible user interfaces (TUI) and multi-touch interactive surfaces.
- The Natural User Interface Group is an open source community that creates and shares interaction techniques & standards that benefit designers & developers throughout the world. We offer a collaborative environment for scientists that are interested in learning and developing modern Human/Computer Interaction methods and concepts. Our research includes topics such as: computer vision, touch computing, voice & gesture recognition, experience design and information visualization.
- https://github.com/JoseExposito/touchegg - an app that runs in the background and transform the gestures you make on your touchpad or touchscreen into visible actions in your desktop. For example, you can swipe up with 3 fingers to maximize a window or swipe left with 4 finger to switch to the next desktop. Many more actions and gestures are available and everything is easily configurable.
3D desktops
- Bumptop - a 3D desktop user interface inspired by real desks using physics, multi-touch gestures to drive towards a more expressive, human vision for computing. You can download it for Mac and Windows or build on top of the source code. Learn more by watching the TED talk. BumpTop started with a master's thesis and a YouTube video in 2006. A group of University of Toronto grads explored combining 3D user interfaces, touch and physics in innovative ways to push user interfaces forward, beyond the "cave painting" era of point-and-click.
Web desktops
- https://gitlab.com/hsleisink/orb - a free and open source web desktop, which simulates a Windows-like desktop in a web browser. You can use it to access files on a server or a NAS in an easy and secure way. [7]
History
- https://github.com/p-e-w/plotinus - A searchable command palette in every modern GTK+ application [8]
Calculator
- https://github.com/sumnerevans/menu-calc - A calculator for Rofi/dmenu(2)
Ruler
- https://github.com/redtide/qruler - A simple on-screen pixel meter.
- https://github.com/epilys/rlr - Rust + GTK interactive pixel screen ruler with protractor mode. [9]