mirror of
https://gitlab.com/EternalWanderer/maim-utils
synced 2024-11-29 04:33:50 +01:00
A few typos
This commit is contained in:
parent
1bb80fd5b7
commit
cc998e931d
4
APKBUILD
4
APKBUILD
|
@ -2,7 +2,7 @@
|
||||||
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
|
# Maintainer: Marty Sluijtman <marty.wanderer@disroot.org>
|
||||||
pkgname=maim-utils
|
pkgname=maim-utils
|
||||||
pkgver=1.0
|
pkgver=1.0
|
||||||
pkgrel=7
|
pkgrel=8
|
||||||
pkgdesc="A few common screenshot options rolled into one script based on maim"
|
pkgdesc="A few common screenshot options rolled into one script based on maim"
|
||||||
url="https://alpine.voidcruiser.nl"
|
url="https://alpine.voidcruiser.nl"
|
||||||
arch="noarch"
|
arch="noarch"
|
||||||
|
@ -24,5 +24,5 @@ package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
c6c1a2778713d9839378f990bebd3e1e604ab1926b4846dae7d3f0774e326a5a888a1a0f3dd3a6e0640cc30a2b5b52fdd27d661a04659b6038700f4d0bbd2dc1 maim-utils-1.0.tar.gz
|
c7d4149eb750cabd606d9ae6a468f52af17e1318722463684030900835eeb86d0f35bbfee6e24306e9ee8a32e5405452fa548361be2012b1171fd19e195e9b26 maim-utils-1.0.tar.gz
|
||||||
"
|
"
|
||||||
|
|
|
@ -56,7 +56,7 @@ case $1 in
|
||||||
sel-clip|clip-sel|clip-selection) clip_selection;;
|
sel-clip|clip-sel|clip-selection) clip_selection;;
|
||||||
full|fullscreen) fullscreen;;
|
full|fullscreen) fullscreen;;
|
||||||
full-clip|clip-full|clip-fullscreen) clip_fullscreen;;
|
full-clip|clip-full|clip-fullscreen) clip_fullscreen;;
|
||||||
focus) foucs;;
|
focus) focus;;
|
||||||
clip-focus|focus-clip) clip_focus;;
|
clip-focus|focus-clip) clip_focus;;
|
||||||
open|show|screenshots) xdg-open $savedir;;
|
open|show|screenshots) xdg-open $savedir;;
|
||||||
*) usage;;
|
*) usage;;
|
||||||
|
|
|
@ -28,8 +28,6 @@ This can be changed by setting the *$SCROTDIR* environment variable.
|
||||||
Take a screenshot of the entire screen and save it to the screenshot
|
Take a screenshot of the entire screen and save it to the screenshot
|
||||||
directory.
|
directory.
|
||||||
|
|
||||||
same as *fullscreen*.
|
|
||||||
|
|
||||||
*selection* and *sel*
|
*selection* and *sel*
|
||||||
Take a screenshot based on a rectangular selection and save it to the
|
Take a screenshot based on a rectangular selection and save it to the
|
||||||
screenshot directory.
|
screenshot directory.
|
||||||
|
|
Loading…
Reference in a new issue