Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stebalien/exwm-tools
https://github.com/stebalien/exwm-tools
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/stebalien/exwm-tools
- Owner: Stebalien
- License: mit
- Created: 2017-04-14T02:41:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T20:17:39.000Z (over 7 years ago)
- Last Synced: 2024-10-09T23:08:10.964Z (27 days ago)
- Language: Python
- Size: 4.88 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: Tools For EXWM
This repository contains drop-in replacements for miscellaneous *nix tools for
use in EXWM.* Tools
** dmenu
A dmenu replacement that uses ~completing-read~.
*** Supported Flags
Most flags are ignored but we do support:
- =-i= (ignore case)
- =-v= (version)
- =-h= (help)
- =-p= (prompt)** zenity
A zenity (dialog) replacement.
*STATUS:* PARTIAL
*** Supported Commands
The following commands are at least partially supported.
* =--prompt=
* =--error=
* =--warning=
* =--info=
* =--entry=
* =--file-selection= (using ~read-file-name~
* =--notification= (using ~alert~)
* =--progress=
* =--question=
* =--color-selection= (using ~read-color~)
* =--password=