Implement unmap
This commit is contained in:
committed by
Isaac Freund
parent
5407325400
commit
882a271d81
@ -75,6 +75,7 @@ const str_to_impl_fn = [_]struct {
|
||||
.{ .name = "toggle-focused-tags", .impl = @import("command/tags.zig").toggleFocusedTags },
|
||||
.{ .name = "toggle-fullscreen", .impl = @import("command/toggle_fullscreen.zig").toggleFullscreen },
|
||||
.{ .name = "toggle-view-tags", .impl = @import("command/tags.zig").toggleViewTags },
|
||||
.{ .name = "unmap", .impl = @import("command/map.zig").unmap },
|
||||
.{ .name = "view-padding", .impl = @import("command/config.zig").viewPadding },
|
||||
.{ .name = "xcursor-theme", .impl = @import("command/xcursor_theme.zig").xcursorTheme },
|
||||
.{ .name = "zoom", .impl = @import("command/zoom.zig").zoom },
|
||||
|
Reference in New Issue
Block a user