aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLibravatar Torstein Husebø <torstein@huseboe.net>2020-01-31 12:35:40 +0100
committerLibravatar Drew DeVault <sir@cmpwn.com>2020-02-18 21:53:57 +0100
commitaf294289b10ac4ae992f591be13ea4a1444e93e9 (patch)
treeb1498179974f87008fe4b188c37cc3bfed51e79c /contrib
parentinput_cmd_events: add support for input types (diff)
downloadsway-af294289b10ac4ae992f591be13ea4a1444e93e9.tar.gz
sway-af294289b10ac4ae992f591be13ea4a1444e93e9.tar.zst
sway-af294289b10ac4ae992f591be13ea4a1444e93e9.zip
treewide: fix typos
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/grimshot2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/grimshot b/contrib/grimshot
index bbb35e33..fcd2dbca 100755
--- a/contrib/grimshot
+++ b/contrib/grimshot
@@ -6,7 +6,7 @@
6## - `slurp`: to select an area 6## - `slurp`: to select an area
7## - `swaymsg`: to read properties of current window 7## - `swaymsg`: to read properties of current window
8## - `wl-copy`: clipboard utility 8## - `wl-copy`: clipboard utility
9## - `jq`: json uliity to parse swaymsg output 9## - `jq`: json utility to parse swaymsg output
10## - `notify-send`: to show notifications 10## - `notify-send`: to show notifications
11## - `mktemp`: to create a temporary file 11## - `mktemp`: to create a temporary file
12## Those are needed to be installed, if unsure, run `grimshot check` 12## Those are needed to be installed, if unsure, run `grimshot check`