99# OPTIONS
1010
1111* -a* ,* --all*
12- Send this command to all active ` swww-daemon ` namespaces.
12+ Send this command to all active * swww-daemon* namespaces.
1313
1414* -f* , * --filter* <FILTER >
1515 Filter to use when scaling images
@@ -36,9 +36,9 @@ swww-img
3636 Which wayland namespace to send this command to.
3737
3838 You can specify this option multiple times to send commands to multiple
39- namespaces at once: ` swww img -n <namespace1> -n <namespace 2>` .
39+ namespaces at once: * swww img -n <namespace1> -n <namespace 2>* .
4040
41- This affects the name of the ` swww-daemon` socket we will use to
41+ This affects the name of the * swww-daemon* socket we will use to
4242 communicate with. Specifically, our socket name is
4343 _${WAYLAND_DISPLAY}-swww-daemon.<specified namespace>.socket_.
4444
@@ -107,13 +107,13 @@ swww-img
107107 from that position to its opposite in the screen.
108108
109109 _wipe_ is similar to _left_ but allows you to specify the angle for
110- transition with the ` --transition-angle` flag.
110+ transition with the * --transition-angle* flag.
111111
112112 _wave_ is similar to _wipe_ but the sweeping line is wavy. You can control
113- the "waviness" with ` --transition-wave` .
113+ the "waviness" with * --transition-wave* .
114114
115115 _grow_ causes a growing circle to transition across the screen and allows
116- changing the circle's center position with the ` --transition-pos` flag.
116+ changing the circle's center position with the * --transition-pos* flag.
117117
118118 _center_ is an alias to _grow_ with position set to center of screen.
119119
@@ -159,7 +159,7 @@ swww-img
159159 Note there is no point in setting this to a value smaller than what your
160160 monitor supports.
161161
162- Also note this is ** different** from the transition-step. That one controls
162+ Also note this is different from the transition-step. That one controls
163163 by how much we approach the new image every frame.
164164
165165 Default is 30.
@@ -203,7 +203,7 @@ swww-img
203203* --invert-y* <bool >
204204 \[ Environment Variable: SWWW_INVERT_Y]
205205
206- inverts the y position sent in ` transition_pos` flag
206+ inverts the y position sent in * transition_pos* flag
207207
208208* --transition-bezier* <f1,f2,f3,f4 (all floats)>
209209 \[ Environment Variable: SWWW_TRANSITION_BEZIER]
@@ -227,21 +227,21 @@ swww-img
227227 Print help (see a summary with '-h')
228228
229229# DESCRIPTION
230- Sends an image (or animated gif) for the daemon to display. You can also use ` - `
230+ Sends an image (or animated gif) for the daemon to display. You can also use * - *
231231to read from stdin instead.
232232
233233# ABOUT THE CACHE
234234
235235The images sent will be cached at _ $XDG_CACHE_HOME/swww_ or _ $HOME/.cache/swww_
236236if $XDG_CACHE_HOME does not exist. In this directory, we create another
237- directory corresponding to ` swww ` s current version number. In there, we have
237+ directory corresponding to * swww* s current version number. In there, we have
238238files that cache the last displayed image and animation frames for animated
239239wallpapers. There is one file per output.
240240
241241As mentioned, the cache will keep preprocessed versions of animations. So, if
242- you load a large ` gif ` , you would only have to pay the price for its processing
243- the first time. If you constantly load large ` gif ` s, this could cause the cache
244- to get very big. You can simply run ` swww clean-cache ` if this happens.
242+ you load a large * gif* , you would only have to pay the price for its processing
243+ the first time. If you constantly load large * gif* s, this could cause the cache
244+ to get very big. You can simply run * swww clean-cache* if this happens.
245245
246246# SEE ALSO
247247* swww-clear-cache* (1) * swww-daemon* (1) * swww-query* (1)
0 commit comments