aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Tony Crisci <tony@dubstepdish.com>2018-04-03 00:47:45 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-04-04 21:57:05 -0400
commitfc9398a42e1dfc15bbb8490c049981034abb4926 (patch)
tree490f5c672ea2362b1b4cf4e34e13232df0502270 /sway/commands.c
parentMerge pull request #1705 from swaywm/swaylock-layers (diff)
downloadsway-fc9398a42e1dfc15bbb8490c049981034abb4926.tar.gz
sway-fc9398a42e1dfc15bbb8490c049981034abb4926.tar.zst
sway-fc9398a42e1dfc15bbb8490c049981034abb4926.zip
Implement opacity command
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index 8156a08e..2786a879 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -163,6 +163,7 @@ static struct cmd_handler command_handlers[] = {
163 { "kill", cmd_kill }, 163 { "kill", cmd_kill },
164 { "layout", cmd_layout }, 164 { "layout", cmd_layout },
165 { "move", cmd_move }, 165 { "move", cmd_move },
166 { "opacity", cmd_opacity },
166 { "reload", cmd_reload }, 167 { "reload", cmd_reload },
167 { "split", cmd_split }, 168 { "split", cmd_split },
168 { "splith", cmd_splith }, 169 { "splith", cmd_splith },