control: implement swap
This commit is contained in:
committed by
GitHub
parent
16c8752de2
commit
3f1b0dfaa9
@ -70,6 +70,7 @@ const str_to_impl_fn = [_]struct {
|
||||
.{ .name = "set-view-tags", .impl = @import("command/tags.zig").setViewTags },
|
||||
.{ .name = "snap", .impl = @import("command/move.zig").snap },
|
||||
.{ .name = "spawn", .impl = @import("command/spawn.zig").spawn },
|
||||
.{ .name = "swap", .impl = @import("command/swap.zig").swap},
|
||||
.{ .name = "toggle-float", .impl = @import("command/toggle_float.zig").toggleFloat },
|
||||
.{ .name = "toggle-focused-tags", .impl = @import("command/tags.zig").toggleFocusedTags },
|
||||
.{ .name = "toggle-fullscreen", .impl = @import("command/toggle_fullscreen.zig").toggleFullscreen },
|
||||
|
||||
Reference in New Issue
Block a user