aboutsummaryrefslogtreecommitdiff
path: root/src/command.zig
diff options
context:
space:
mode:
authorIsaac Freund <ifreund@ifreund.xyz>2020-05-17 00:03:26 +0200
committerIsaac Freund <ifreund@ifreund.xyz>2020-05-17 00:03:26 +0200
commit3fe1edbe3edec7967d0d1c67dc7677da9f6a6f4e (patch)
tree3886eeb1cecf6f558c98d3776f3235d0ac65aeee /src/command.zig
parent383260133381e2a9ad515601c2894beac8834945 (diff)
downloadriver-3fe1edbe3edec7967d0d1c67dc7677da9f6a6f4e.tar.gz
river-3fe1edbe3edec7967d0d1c67dc7677da9f6a6f4e.tar.xz
Implement keybinding modes
Diffstat (limited to 'src/command.zig')
-rw-r--r--src/command.zig3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/command.zig b/src/command.zig
index f559315..95baf20 100644
--- a/src/command.zig
+++ b/src/command.zig
@@ -38,12 +38,13 @@ pub usingnamespace @import("command/exit_compositor.zig");
pub usingnamespace @import("command/focus_output.zig");
pub usingnamespace @import("command/focus_tags.zig");
pub usingnamespace @import("command/focus_view.zig");
+pub usingnamespace @import("command/mode.zig");
pub usingnamespace @import("command/modify_master_count.zig");
pub usingnamespace @import("command/modify_master_factor.zig");
pub usingnamespace @import("command/send_to_output.zig");
pub usingnamespace @import("command/set_view_tags.zig");
pub usingnamespace @import("command/spawn.zig");
+pub usingnamespace @import("command/toggle_float.zig");
pub usingnamespace @import("command/toggle_tags.zig");
pub usingnamespace @import("command/toggle_view_tags.zig");
pub usingnamespace @import("command/zoom.zig");
-pub usingnamespace @import("command/toggle_float.zig");