Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dimatura/dratmenu
ratpoison window dmenu
https://github.com/dimatura/dratmenu
Last synced: about 20 hours ago
JSON representation
ratpoison window dmenu
- Host: GitHub
- URL: https://github.com/dimatura/dratmenu
- Owner: dimatura
- Created: 2012-12-12T16:08:42.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-09-09T22:40:47.000Z (about 11 years ago)
- Last Synced: 2023-03-11T04:28:09.025Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
dratmenu
========A trivial python hack to select windows in Ratpoison with [dmenu](http://tools.suckless.org/dmenu/).
Usage
-----Make sure you have a recent version of `dmenu` installed (it should have vertical
display capabilities).You should have the `ratpoison.py` module somewhere it can be imported by the
main script. You can use the one that came with your ratpoison install (recommended)
or the one included in the repo. It should work either way.Put the main script somewhere in your path and then bind it to a keystroke in
`.ratpoisonrc`, e.g. with `bind w exec dratmenu.py`.Use the numbers, keyboard arrows, or just type to select the window you want.
To customize colors, fonts and so on change the source code. It's just a few (hackish) lines.
Author
======Daniel Maturana - [email protected]