mirror of
https://github.com/swaywm/sway.git
synced 2025-11-19 06:59:52 -05:00
Merge branch 'master' into popup-during-fullscreen
This commit is contained in:
commit
3f328b6276
9 changed files with 57 additions and 21 deletions
|
|
@ -71,6 +71,9 @@ The following commands may only be used in the configuration file.
|
|||
Executes custom background _command_. Default is _swaybg_. Refer to
|
||||
*output* below for more information.
|
||||
|
||||
It can be disabled by setting the command to a single dash:
|
||||
_swaybg\_command -_
|
||||
|
||||
*swaynag\_command* <command>
|
||||
Executes custom command for _swaynag_. Default is _swaynag_. Additional
|
||||
arguments may be appended to the end. This should only be used to either
|
||||
|
|
@ -78,6 +81,9 @@ The following commands may only be used in the configuration file.
|
|||
arguments. This should be placed at the top of the config for the best
|
||||
results.
|
||||
|
||||
It can be disabled by setting the command to a single dash:
|
||||
_swaynag\_command -_
|
||||
|
||||
The following commands cannot be used directly in the configuration file.
|
||||
They are expected to be used with *bindsym* or at runtime through *swaymsg*(1).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue