@@ -33,21 +33,21 @@ OPTIONS
33
33
-m, --multidisp For multiple heads, grab shot from each and join them
34
34
together.
35
35
-s, --select Interactively select a window or rectangle with the mouse.
36
+ See -l and -f options.
37
+ -l, --line Indicates the style of the line when the -s option is used.
38
+ See SELECTION STYLE.
39
+ -f, --freeze Freeze the screen when the -s option is used.
36
40
-u, --focused Use the currently focused window.
37
41
-t, --thumb NUM|GEOM Generate thumbnail too. NUM is the percentage of the
38
42
original size for the thumbnail to be. Alternatively,
39
43
a GEOMetry can be specified, example: 300x200
40
44
-z, --silent Prevent beeping.
41
45
-p, --pointer Capture the mouse pointer.
42
- -f, --freeze Freeze the screen when the selection is used: --select
46
+
43
47
-o, --overwrite By default scrot does not overwrite the files, use this option to allow it.
44
- -l, --line Indicates the style of the line when the selection is used: --select
45
- See SELECTION STYLE
46
- -n, --note Draw a text note.
47
- See NOTE FORMAT
48
+ -n, --note Draw a text note. See NOTE FORMAT.
48
49
49
50
SPECIAL STRINGS
50
-
51
51
Both the --exec and filename parameters can take format specifiers that are
52
52
expanded by scrot when encountered. There are two types of format specifier.
53
53
Characters preceded by a '%' are interpreted by strftime(2). See man strftime
@@ -67,41 +67,44 @@ SPECIAL STRINGS
67
67
$$ print a literal '$'
68
68
\\n print a newline (ignored when used in the filename)
69
69
70
- EXAMPLE
71
- scrot '%Y-%m-%d_$wx$h.png' -e 'mv $f ~/shots/'
72
- This would create a file called something like 2000-10-30_2560x1024.png
73
- and move it to your shots directory.
70
+ Example:
74
71
72
+ scrot '%Y-%m-%d_$wx$h.png' -e 'mv $f ~/shots/'
75
73
76
- SELECTION STYLE
74
+ This would create a file called something like 2000-10-30_2560x1024.png
75
+ and move it to your shots directory.
77
76
77
+ SELECTION STYLE
78
78
When using --select you can indicate the style of the line with --line.
79
79
80
80
The following specifiers are recognised:
81
81
82
- style=(solid,dash),width=(range 1 to 8)
82
+ style=(solid,dash),width=(range 1 to 8)
83
83
84
- The default style are:
85
- style=solid,width=1
86
- EXAMPLE
87
- scrot --line style=dash,width=3 --select
84
+ The default style is:
88
85
86
+ style=solid,width=1
89
87
90
- NOTE FORMAT
88
+ Example:
89
+
90
+ scrot --line style=dash,width=3 --select
91
91
92
- The following specifiers are recognised for the option --note
92
+ NOTE FORMAT
93
+ The following specifiers are recognised for the option --note:
93
94
94
95
-f 'FontName/size'
95
96
-t 'text'
96
97
-x position (optional)
97
98
-y position (optional)
98
99
-c color(RGBA) (optional)
99
100
100
- EXAMPLE
101
- scrot --note "-f '/usr/share/fonts/TTF/DroidSans-Bold/40' -x 10 -y 20 -c 255,0,0,255 -t 'Hi'"
101
+ Example:
102
+
103
+ scrot --note "-f '/usr/share/fonts/TTF/DroidSans-Bold/40' -x 10 -y 20 -c 255,0,0,255 -t 'Hi'"
102
104
103
105
AUTHOR
104
- scrot was originally developed by Tom Gilbert under MIT-advertising license.
106
+ scrot was originally developed by Tom Gilbert under MIT-advertising license
107
+ and is maintained by some people.
105
108
106
109
Currently, source code and newer versions are available at
107
110
https://github.com/resurrecting-open-source-projects/scrot
0 commit comments