From afbc607a81d5bebbc72482f93efe44159b69acb8 Mon Sep 17 00:00:00 2001 From: Gustav Behm Date: Fri, 29 Mar 2024 12:26:26 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d83d8f..5ec358c 100644 --- a/README.md +++ b/README.md @@ -1,10 +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: +For example, bind the F11 key to `action -t f11` (`-t` for trigger) in [your favorite window manager](https://xmonad.org/) and +run (`-b` for bind): -```while action bind f11; do screenshot; done``` +```while action -b 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`? -- 2.45.2