~rootmos/action

32b4bd8f7fd3d59bf4af617afe6de8267a3298cc — Gustav Behm 1 year, 3 months ago 0096ee4
Add a silly README
1 files changed, 10 insertions(+), 0 deletions(-)

A README.md
A README.md => README.md +10 -0
@@ 0,0 1,10 @@
# action
Trigger action `X` from thing `Y`.

For example, bind the F11 key to `action trigger f11` in [your favorite window manager](https://xmonad.org/) and
run:

```while action bind f11; do screenshot; done```

in [your favorite terminal emulator](https://st.suckless.org/) when you're working with something you want to screenshot.
Note that the `f11` string is arbitrary, i.e. go crazy, what about `volume_up`, `fix_wifi`, `call_mom`?