Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
swww-clear(1)		    General Commands Manual		 swww-clear(1)

NAME
       swww-clear

SYNOPSIS
       swww clear [OPTIONS] <COLOR>

OPTIONS
       -a,--all
	   Send	this command to	all active `swww-daemon` namespaces.

       -n,--namespace <namespace>
	   Which wayland namespace to send this	command	to.

	   You can specify this	option multiple	times to send commands to mul-
	   tiple namespaces at once: `swww clear -n <namespace1> -n <namespace
	   2>`.

	   This	 affects  the  name of the `swww-daemon` socket	we will	use to
	   communicate with. Specifically, our socket name  is	${WAYLAND_DIS-
	   PLAY}-swww-daemon.<specified	namespace>.socket.

	   Some	 compositors can have several different	wallpapers per output.
	   This	allows you to differentiate  between  them.  Most  users  will
	   probably not	have to	set anything in	this option.

       -o, --outputs
	   Comma  separated  list of outputs to	display	the image at. Use swww
	   query to know which outputs are currently being used.

	   If it isn't set, the	image is displayed on all outputs.

       -h, --help
	   Print help (see a summary with '-h')

COLOR
       The color to fill the screen with. It must be given in RRGGBB, hex for-
       mat. Note there is no prepended '#'. Defaults to	000000.

DESCRIPTION
       Fills the specified outputs with	the given color.

       Currently, we do	not cache this,	so if you want a color to  be  set  at
       initialization, you must	set it every time:

	   swww-daemon && swww clear 1a804a

SEE ALSO
       swww-query(1)

				  2025-11-01			 swww-clear(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=swww-clear&sektion=1&manpath=FreeBSD+Ports+15.0>

home | help