Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.
API method:
GET /api/packages?search=hello&page=1&limit=20
where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned
in response headers.
If you'd like to join our channel webring send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.
This package provides an application grid, button bar, and dmenu applications for Sway and other wlroots-based Wayland compositors.
Xeyes is a demo program for x.org. It shows eyes following the mouse.
Rofi is a minimalist application launcher. It memorizes which applications you regularly use and also allows you to search for an application by name.
xsecurelock is an X11 screen locker which uses a modular design to avoid the usual pitfalls of screen locking utility design.
As a consequence of this design, you shouldn't use the usual screen locker service with xsecurelock. Instead, add a helper binary to your operating-system's privileged-programs field:
(privileged-programs (cons* (privileged-program (program (file-append xsecurelock "/libexec/xsecurelock/authproto_pam")) (setuid? #t)) %default-privileged-programs))
nxbelld is a tiny utility to aid people who either don't like the default PC speaker beep, or use a sound driver that doesn't have support for the PC speaker. The utility performs a given action every time the X bell is rung. The actions nxbelld can currently perform include running a specified program, emulating the PC speaker beep using the sound card (default), or playing a PCM encoded WAVE file.
This package provides Hyprland's simple, yet multi-threaded and GPU-accelerated screen locking utility.
xkblayout is a CLI application to generate templates for a new XKB layout, either in the user's home directory or the system directory.
Dzen is a general purpose messaging, notification and menuing program for X11. It was designed to be fast, tiny and scriptable in any language.
xwhite is a command line tool for adjusting the colour balance of screen. It is based on xrandr's gamma correction and brightness adjustment. As such, it can only be used for X displays and not Wayland displays. It is typically used for tuning the color balance and color temperature. It has a similar function as redshift -P -g R:G:B -O temperature, but xwhite is more flexible in that it does not keep the white color fixed, suitable for setting the white color to an arbitrary balanced color.
Start clipmenud, then run clipmenu to select something to put on the clipboard.
When clipmenud detects changes to the clipboard contents, it writes them out to the cache directory. clipmenu reads the cache directory to find all available clips and launches dmenu (or rofi, depending on the value of CM_LAUNCHER) to let the user select a clip. After selection, the clip is put onto the PRIMARY and CLIPBOARD X selections.
Libfakekey is a virtual keyboard library for X.
This package provides a small utility for inverting the colors on all monitors attached to an XRandR-capable X11 display server.
Hyprpaper is a blazing fast wallpaper utility for Hyprland with the ability to dynamically change wallpapers through sockets. It will work on all wlroots-based compositors, though.
Xautomation can control X from the command line for scripts, and do visual scraping to find things on the screen. The control interface allows mouse movement, clicking, button up/down, key up/down, etc, and uses the XTest extension so you don't have the annoying problems that xse has when apps ignore sent events. The visgrep program can find images inside of images and reports the coordinates, allowing programs to find buttons, etc, on the screen to click on.
XBindKeys is a program that allows you to launch shell commands with your keyboard or your mouse under the X Window System. It links commands to keys or mouse buttons, using a configuration file. It's independent of the window manager and can capture all keyboard keys (ex: Power, Wake...). It optionally supports a Guile-based configuration file layout, which enables you to access all XBindKeys internals, so you can have key combinations, double clicks or timed double clicks take actions. Also all functions that work in Guile will work for XBindKeys.
Darkman is a framework for dark-mode and light-mode transitions on Unix-like desktops.
A clipboard manager for Wayland that relies on an external selector, such as wofi, bemenu, dmenu, or rofi.
Run the binary in your session by adding exec wl-paste -t text --watch clipman store (or exec wl-paste -t text --watch clipman store 1>> PATH/TO/LOGFILE 2>&1 & to log errors) at the beginning of wherever you initialize programs.
kbdd is a simple keyboard layout switching program, which is designed to run in an X11 session and remember keyboard layouts on a per-window basis. That can be very handy for a user of a non-US keyboard who does not want to jump through layouts back and forth while typing in terminals (mostly in a latin alphabet) and some kind of chat (in native language).
kbdd also supports D-Bus signals, which makes it possible to create layout indicator widgets.
The XCB util module provides a number of libraries which sit on top of libxcb, the core X protocol library, and some of the extension libraries. These experimental libraries provide convenience functions and interfaces which make the raw X protocol more usable. Some of the libraries also provide client-side code which is not strictly part of the X protocol but which has traditionally been provided by Xlib.
XCB util-xrm module provides the following libraries:
- xrm: utility functions for the X resource manager.
ARandR is designed to provide a simple visual front end for the X11 resize-and-rotate (RandR) extension. Relative monitor positions are shown graphically and can be changed in a drag-and-drop way. Configurations are saved as executable shell scripts which can be loaded without using this program.
The hsetroot command composes wallpapers for X. This package is the fork of hsetroot by Hyriand.
Xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It is mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Qt, Clutter, and more. Despite the name, it is not currently used by anything X11 (yet).
j4-dmenu-desktop is a replacement for i3-dmenu-desktop. Its purpose is to find .desktop files and offer you a menu to start an application using dmenu.
ydotool is a Linux command-line tool that simulates keyboard input, mouse actions, etc. programmatically or manually.