mirror of
https://github.com/LinuxBeginnings/swww.git
synced 2026-01-12 07:21:01 -03:00
* update doc files
* update README.md
* update CHANGELOG.md
* update the client to warn about the deprecation
* update the daemon to accept some extra command line arguments, now
that it will be called directly
31 lines
737 B
Markdown
31 lines
737 B
Markdown
swww-clear-cache(1)
|
|
|
|
# NAME
|
|
swww-clear-cache
|
|
|
|
# SYNOPSIS
|
|
*swww clear-cache*
|
|
|
|
# OPTIONS
|
|
|
|
*-h*, *--help*
|
|
Print help (see a summary with '-h')
|
|
|
|
# DESCRIPTION
|
|
|
|
Deletes the `swww` cache directory.
|
|
|
|
The cache resides at _$XDG_CACHE_HOME/swww_ or _$HOME/.cache/swww_
|
|
if $XDG_CACHE_HOME does not exist. For each monitor, there will be a file in
|
|
those locations corresponding to the current image/animation being displayed.
|
|
|
|
Furthermore, the cache will keep preprocessed versions of `gif`s. So, if you
|
|
load a large `gif`, you would have to pay the price for its processing the first
|
|
time.
|
|
|
|
Note that `swww` will automatically delete any preprocessed animation created
|
|
with a previous version of `swww` from the cache.
|
|
|
|
# SEE ALSO
|
|
*swww-img*(1)
|