aboutsummaryrefslogtreecommitdiffstats
path: root/sway/commands.c
diff options
context:
space:
mode:
authorLibravatar sghctoma <sghctoma@gmail.com>2018-09-03 08:57:17 +0200
committerLibravatar sghctoma <sghctoma@gmail.com>2018-09-03 08:57:17 +0200
commitdf730a88919b078093dbc322926ada219a60d036 (patch)
treef2837f24092c7be5dfccdf448e47062cb5718549 /sway/commands.c
parentEnable privilege dropping of FreeBSD (diff)
parentMerge pull request #2553 from emersion/disabled-no-modeset (diff)
downloadsway-df730a88919b078093dbc322926ada219a60d036.tar.gz
sway-df730a88919b078093dbc322926ada219a60d036.tar.zst
sway-df730a88919b078093dbc322926ada219a60d036.zip
Merge remote-tracking branch 'upstream/master' into fix-freebsd-build
Diffstat (limited to 'sway/commands.c')
-rw-r--r--sway/commands.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sway/commands.c b/sway/commands.c
index f321a874..9e0fda55 100644
--- a/sway/commands.c
+++ b/sway/commands.c
@@ -106,6 +106,7 @@ static struct cmd_handler handlers[] = {
106 { "floating_modifier", cmd_floating_modifier }, 106 { "floating_modifier", cmd_floating_modifier },
107 { "focus", cmd_focus }, 107 { "focus", cmd_focus },
108 { "focus_follows_mouse", cmd_focus_follows_mouse }, 108 { "focus_follows_mouse", cmd_focus_follows_mouse },
109 { "focus_on_window_activation", cmd_focus_on_window_activation },
109 { "focus_wrapping", cmd_focus_wrapping }, 110 { "focus_wrapping", cmd_focus_wrapping },
110 { "font", cmd_font }, 111 { "font", cmd_font },
111 { "for_window", cmd_for_window }, 112 { "for_window", cmd_for_window },
@@ -118,6 +119,8 @@ static struct cmd_handler handlers[] = {
118 { "input", cmd_input }, 119 { "input", cmd_input },
119 { "mode", cmd_mode }, 120 { "mode", cmd_mode },
120 { "mouse_warping", cmd_mouse_warping }, 121 { "mouse_warping", cmd_mouse_warping },
122 { "new_float", cmd_default_floating_border },
123 { "new_window", cmd_default_border },
121 { "no_focus", cmd_no_focus }, 124 { "no_focus", cmd_no_focus },
122 { "output", cmd_output }, 125 { "output", cmd_output },
123 { "seat", cmd_seat }, 126 { "seat", cmd_seat },