mirror of
https://github.com/swaywm/sway.git
synced 2025-11-06 13:29:50 -05:00
Implement opacity command
This commit is contained in:
parent
f2153f3f28
commit
fc9398a42e
8 changed files with 68 additions and 16 deletions
|
|
@ -163,6 +163,7 @@ static struct cmd_handler command_handlers[] = {
|
|||
{ "kill", cmd_kill },
|
||||
{ "layout", cmd_layout },
|
||||
{ "move", cmd_move },
|
||||
{ "opacity", cmd_opacity },
|
||||
{ "reload", cmd_reload },
|
||||
{ "split", cmd_split },
|
||||
{ "splith", cmd_splith },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue