_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

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.


xforms-gl 1.3.0-1.2c1a9f1
Propagated dependencies: libx11@1.8.12 libxpm@3.5.17 libjpeg-turbo@2.1.4 mesa@25.2.3
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: http://xforms-toolkit.org/
Licenses: LGPL 2.1+
Build system: gnu
Synopsis: GUI toolkit for X based on the X11 Xlib library, with OpenGL support
Description:

XForms is a graphical user interface toolkit for X based on the X11 Xlib library. It allows you to create windows, containing all kinds of widgets (buttons, sliders, browsers, menus etc.) with a few lines of code and then attach actions to the widgets, i.e., have some function called when a button is pressed. To make this even easier XForms comes with a program called fdesign that allows you to design a GUI for a program directly on the screen and which then writes out the necessary C code for it.

xdotool 3.20211022.1
Dependencies: libx11@1.8.12 libxext@1.3.6 libxi@1.8.2 libxinerama@1.1.5 libxtst@1.2.5 libxkbcommon@1.11.0
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://www.semicomplete.com/projects/xdotool/
Licenses: Modified BSD
Build system: gnu
Synopsis: Fake keyboard/mouse input, window management, and more
Description:

Xdotool lets you simulate keyboard input and mouse activity, move and resize windows, etc. It does this using X11's XTEST extension and other Xlib functions. Additionally, you can search for windows and move, resize, hide, and modify window properties like the title. If your window manager supports it, you can use xdotool to switch desktops, move windows between desktops, and change the number of desktops.

xdpyprobe 0.1
Dependencies: libx11@1.8.12
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/alezost/xdpyprobe
Licenses: GPL 3+
Build system: gnu
Synopsis: Probe X server for connectivity
Description:

Xdpyprobe is a tiny C program whose only purpose is to probe a connectivity of the X server running on a particular DISPLAY.

wlrctl 0.2.2
Dependencies: libxkbcommon@1.11.0 wayland@1.24.0
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://git.sr.ht/~brocellous/wlrctl
Licenses: Expat
Build system: meson
Synopsis: Command line utility for wlroots automation and extensions
Description:

wlrctl is a command line utility for miscellaneous wlroots Wayland extensions. At this time, wlrctl supports the foreign-toplevel-mangement (window/toplevel command), virtual-keyboard (keyboard command), and virtual-pointer (pointer command) protocols.

xcape 1.2
Dependencies: libxtst@1.2.5 libx11@1.8.12
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/alols/xcape
Licenses: GPL 3+
Build system: gnu
Synopsis: Use a modifier key in X.org as another key
Description:

This utility for X.org uses a modifier key as another key when pressed and released on its own. The default behaviour is to generate the Escape key when Left Control is pressed and released on its own.

xssproxy 1.1.1
Dependencies: glib@2.83.3 libx11@1.8.12 libxext@1.3.6 libxscrnsaver@1.2.4 dbus@1.15.8
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/timakro/xssproxy
Licenses: Expat
Build system: gnu
Synopsis: Forward freedesktop.org Idle Inhibition Service calls to Xss
Description:

xssproxy implements the org.freedesktop.ScreenSaver D-Bus interface described in the Idle Inhibition Service Draft by the freedesktop.org developers. The inhibition of the screensaver is then controlled using the XScreenSaverSuspend function from the Xss (X11 Screen Saver extension) library.

xsecurelock 1.9.0
Dependencies: fontconfig-minimal@2.14.0 libx11@1.8.12 libxcomposite@0.4.6 libxext@1.3.6 libxfixes@6.0.1 libxft@2.3.8 libxmu@1.2.1 libxrandr@1.5.4 libxscrnsaver@1.2.4 linux-pam@1.5.2 mpv@0.41.0 xscreensaver@6.12
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/google/xsecurelock
Licenses: ASL 2.0
Build system: gnu
Synopsis: X11 screen lock utility with the primary goal of security
Description:

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))
fyi 1.0.4
Dependencies: dbus@1.15.8
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://codeberg.org/dnkl/fyi
Licenses: Expat
Build system: meson
Synopsis: Lightweight alternative to @code{notify-send}
Description:

FYI is a command line utility to send desktop notifications to the user via a notification daemon implementing XDG desktop notifications.

arandr 0.1.11
Dependencies: bash-minimal@5.2.37 gtk+@3.24.51 python-pycairo@1.28.0 python-pygobject@3.50.0 xrandr@1.5.3
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://christian.amsuess.com/tools/arandr/
Licenses: GPL 3+
Build system: pyproject
Synopsis: Another RandR graphical user interface
Description:

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.

xwhite 0.0.2
Dependencies: libxrandr@1.5.4
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/derekchuank/xwhite
Licenses: GPL 2
Build system: meson
Synopsis: Adjust the color balance
Description:

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.

nwg-launchers 0.7.1.1
Dependencies: gtk-layer-shell@0.9.0 gtkmm@3.24.9 librsvg@2.58.5
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/nwg-piotr/nwg-launchers
Licenses: GPL 3+
Build system: meson
Synopsis: Application launchers for wlroots
Description:

This package provides an application grid, button bar, and dmenu applications for Sway and other wlroots-based Wayland compositors.

j4-dmenu-desktop 3.2
Dependencies: spdlog@1.15.3
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/enkore/j4-dmenu-desktop
Licenses: GPL 3+
Build system: meson
Synopsis: Fast desktop menu
Description:

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.

rofi 2.0.0
Dependencies: libjpeg-turbo@2.1.4 librsvg@2.58.5 libxcb@1.17.0 libxkbcommon@1.11.0 startup-notification@0.12 wayland@1.24.0 wayland-protocols@1.45 xcb-util@0.4.1 xcb-util-cursor@0.1.5 xcb-util-keysyms@0.4.1 xcb-util-wm@0.4.2 xcb-util-xrm@1.3
Propagated dependencies: cairo@1.18.4 glib@2.83.3 pango@1.54.0
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/davatorium/rofi
Licenses: Expat
Build system: meson
Synopsis: Application launcher
Description:

Rofi is a minimalist application launcher. It memorizes which applications you regularly use and also allows you to search for an application by name.

xcalib 0.10
Dependencies: libx11@1.8.12 libxext@1.3.6 libxrandr@1.5.4 libxxf86vm@1.1.6
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/OpenICC/xcalib
Licenses: GPL 2
Build system: cmake
Synopsis: Tiny monitor calibration loader for XFree86 (or X.org)
Description:

xcalib is a tiny tool to load the content of vcgt-Tags in ICC profiles to the video card's gamma ramp. It does work with most video card drivers except the generic VESA driver. Alter brightness, contrast, RGB, and invert colors on a specific display/screen.

xwrits 2.26
Dependencies: libx11@1.8.12 libxinerama@1.1.5
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://www.lcdf.org/~eddietwo/xwrits/
Licenses: GPL 2
Build system: gnu
Synopsis: Reminds you to take wrist breaks
Description:

Xwrits reminds you to take wrist breaks for prevention or management of repetitive stress injuries. When you should take a break, it pops up an X window, the warning window. You click on the warning window, then take a break. The window changes appearance while you take the break. It changes again when your break is over. Then you just resume typing. Xwrits hides itself until you should take another break.

copyq 13.0.0
Dependencies: libxkbcommon@1.11.0 qtsvg@6.9.2 qtdeclarative@6.9.2 qtwayland@6.9.2 wayland@1.24.0 knotifications@6.19.0 kstatusnotifieritem@6.19.0 kguiaddons@6.19.0 libxtst@1.2.5
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://hluk.github.io/CopyQ/
Licenses: GPL 3+
Build system: qt
Synopsis: Clipboard manager with advanced features
Description:

CopyQ is clipboard manager with editing and scripting features. CopyQ monitors system clipboard and saves its content in customized tabs. Saved clipboard can be later copied and pasted directly into any application.

hyprcursor 0.1.13
Dependencies: cairo@1.18.4 hyprlang@0.6.7 librsvg@2.58.5 libzip@1.9.2 tomlplusplus@3.4.0
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://standards.hyprland.org/hyprcursor/
Licenses: Modified BSD
Build system: cmake
Synopsis: Cursor theme format
Description:

This package provides Hyprland cursor format, library and utilities.

python-pyclip 0.7.0
Propagated dependencies: wl-clipboard@2.2.1 xclip@0.13
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/spyoungtech/pyclip
Licenses: ASL 2.0
Build system: pyproject
Synopsis: Cross-platform clipboard module for Python
Description:

This library implements cross-platform clipboard utilities supporting both binary and text data.

hyprpicker 0.4.5
Dependencies: cairo@1.18.4 hyprutils@0.10.4 libjpeg-turbo@2.1.4 libxkbcommon@1.11.0 pango@1.54.0 wayland@1.24.0 wayland-protocols@1.45 wl-clipboard@2.2.1
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/hyprwm/hyprpicker
Licenses: Modified BSD
Build system: cmake
Synopsis: Wayland color picker compatible with @code{wlroots}
Description:

This package provides a wlroots-compatible Wayland color picker.

screen-message 0.26
Dependencies: gtk+@3.24.51 gdk-pixbuf@2.42.12 pango@1.54.0
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://www.joachim-breitner.de/projects#screen-message
Licenses: GPL 2+
Build system: gnu
Synopsis: Print messages on your screen
Description:

screen-message is a tool for displaying text on your screen. It will make the text as large as possible and display it with black color on a white background (colors are configurable on the commandline).

unclutter-xfixes 1.5
Dependencies: libx11@1.8.12 libev@4.33 libxfixes@6.0.1 libxi@1.8.2
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/Airblader/unclutter-xfixes
Licenses: Expat
Build system: gnu
Synopsis: Hide idle mouse cursor
Description:

unclutter-xfixes is a rewrite of the popular tool unclutter, but using the x11-xfixes extension. This means that this rewrite doesn't use fake windows or pointer grabbing and hence causes less problems with window managers and/or applications.

Unclutter is a program which runs permanently in the background of an X11 session. It checks on the X11 pointer (cursor) position every few seconds, and when it finds it has not moved (and no buttons are pressed on the mouse, and the cursor is not in the root window) it creates a small sub-window as a child of the window the cursor is in. The new window installs a cursor of size 1x1 but a mask of all 0, i.e. an invisible cursor. This allows you to see all the text in an xterm or xedit, for example. The human factors crowd would agree it should make things less distracting.

wl-clipboard 2.2.1
Dependencies: coreutils@9.1 wayland@1.24.0 wayland-protocols@1.45 xdg-utils@1.2.1
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://github.com/bugaevc/wl-clipboard
Licenses: GPL 3+
Build system: meson
Synopsis: Command-line copy/paste utilities for Wayland
Description:

Wl-clipboard is a set of command-line copy/paste utilities for Wayland.

wofi 1.5.1
Dependencies: gtk+@3.24.51 wayland@1.24.0
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://hg.sr.ht/~scoopta/wofi
Licenses: GPL 3+
Build system: meson
Synopsis: Launcher/menu program for wayland
Description:

Wofi is a launcher/menu program for wlroots based wayland compositors such as sway, similar to rofi.

autocutsel 0.10.1
Channel: guix
Location: gnu/packages/xdisorg.scm (gnu packages xdisorg)
Home page: https://www.nongnu.org/autocutsel/
Licenses: GPL 2+
Build system: gnu
Synopsis: Automated X11 clipboard and cutbuffer synchronization
Description:

autocutsel tracks changes in the server's cutbuffer and clipboard selection. When the clipboard is changed, it updates the cutbuffer. When the cutbuffer is changed, it owns the clipboard selection. The cutbuffer and clipboard selection are always synchronized.

Page: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296
Total results: 31087