summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index b6ccb082..6bc4260d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -109,8 +109,8 @@ CommandBinding g_commands[] = {
CMD_BIND_NO_OUTPUT( "close_or_remove",close_or_remove_command),
CMD_BIND( "split", frame_split_command),
CMD_BIND( "resize", frame_change_fraction_command),
- CMD_BIND_NO_OUTPUT( "focus", frame_focus_command),
- CMD_BIND_NO_OUTPUT( "shift", frame_move_window_command),
+ CMD_BIND( "focus", frame_focus_command),
+ CMD_BIND( "shift", frame_move_window_command),
CMD_BIND_NO_OUTPUT( "remove", frame_remove_command),
CMD_BIND( "set", settings_set_command),
CMD_BIND( "toggle", settings_toggle),