aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2018-03-30 10:43:55 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2018-03-30 10:43:55 -0400
commit69eb021767d8cf57b08699c7e330fe8c52ca2764 (patch)
treec4160dfb51ece94ea4858fd86a097b881405f4b9 /sway/commands.c
parentFix crash when override redirect views close (diff)
downloadsway-69eb021767d8cf57b08699c7e330fe8c52ca2764.tar.gz
sway-69eb021767d8cf57b08699c7e330fe8c52ca2764.tar.zst
sway-69eb021767d8cf57b08699c7e330fe8c52ca2764.zip
Add default_orientation 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 bcc777ed..eee7f254 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -149,6 +149,7 @@ static struct cmd_handler bar_colors_handlers[] = {
149 149
150/* Config-time only commands. Keep alphabetized */ 150/* Config-time only commands. Keep alphabetized */
151static struct cmd_handler config_handlers[] = { 151static struct cmd_handler config_handlers[] = {
152 { "default_orientation", cmd_default_orientation },
152 { "set", cmd_set }, 153 { "set", cmd_set },
153 { "swaybg_command", cmd_swaybg_command }, 154 { "swaybg_command", cmd_swaybg_command },
154}; 155};