|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
# rofi-checklist
|
|
|
|
|
|
|
|
|
|
A minimalist checklist menu for [rofi](/davatorium/rofi).
|
|
|
|
|
A minimalist checklist menu for [rofi](/davatorium/rofi) (and also [dmenu](https://tools.suckless.org/dmenu/)).
|
|
|
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
|
@ -34,6 +34,10 @@ Alternatively you can curl/wget the file straight to `/usr/bin/rofi-checklist` a
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
|
|
|
|
|
|
- `rofi-checklist`: Run rofi-checklist in automatic menu mode. Will use either rofi or dmenu depending on which is installed, preferring rofi.
|
|
|
|
|
- `rofi-checklist rofi`: Run rofi-checklist in rofi mode. Will use rofi, and error even if dmenu is installed.
|
|
|
|
|
- `rofi-checklist dmenu`: Run rofi-checklist in dmenu mode. Will use dmenu, and error even if rofi is installed.
|
|
|
|
|
|
|
|
|
|
rofi-checklist is best when mapped to a keybinding. Simply create a keybind that calls `rofi-checklist`.
|
|
|
|
|
|
|
|
|
|
For example, in i3, you can map it `Alt`+`T` (**T** for **T**asks) by adding `bindsym Mod1+T exec rofi-checklist` to your `~/.config/i3/config` file.
|
|
|
|
|