toml-config: add set/unset variants of toggle actions
This commit is contained in:
parent
c5818dcd32
commit
bc6a9ad94d
6 changed files with 72 additions and 0 deletions
|
|
@ -53,9 +53,13 @@ pub enum SimpleCommand {
|
|||
ReloadConfigToml,
|
||||
Split(Axis),
|
||||
ToggleFloating,
|
||||
SetFloating(bool),
|
||||
ToggleFullscreen,
|
||||
SetFullscreen(bool),
|
||||
ToggleMono,
|
||||
SetMono(bool),
|
||||
ToggleSplit,
|
||||
SetSplit(Axis),
|
||||
Forward(bool),
|
||||
EnableWindowManagement(bool),
|
||||
SetFloatAboveFullscreen(bool),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue