home · contact · privacy
Undo previous commit, fixed keybindings at wrong place.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 11 Mar 2015 01:45:47 +0000 (02:45 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 11 Mar 2015 01:45:47 +0000 (02:45 +0100)
src/client/control.c

index 473a9d8d44e9d999f551f07730778bec8ec7d0de..55dbd9e40d45a4062698031935d22c4555f3f804 100644 (file)
@@ -154,8 +154,8 @@ static uint8_t try_client_commands(struct Command * command)
             || try_1args(command, "grow_v", resize_active_win, '+')
             || try_1args(command, "shri_v", resize_active_win, '-')
             || try_0args(command, "to_break", toggle_linebreak_type)
-            || try_1args(command, "to_height_t", toggle_win_size_type, 'Y') //
-            || try_1args(command, "to_width_t", toggle_win_size_type, 'X') //
+            || try_1args(command, "to_height_t", toggle_win_size_type, 'y')
+            || try_1args(command, "to_width_t", toggle_win_size_type, 'x')
             || try_1args(command, "shift_f", shift_active_win, 'f')
             || try_1args(command, "shift_b", shift_active_win, 'b')
             || try_0args(command, "reload_conf", reload_interface_conf)