river: focus-view and swap by spatial direction
This commit is contained in:
@ -54,7 +54,7 @@ const command_impls = std.ComptimeStringMap(
|
||||
.{ "focus-follows-cursor", @import("command/focus_follows_cursor.zig").focusFollowsCursor },
|
||||
.{ "focus-output", @import("command/output.zig").focusOutput },
|
||||
.{ "focus-previous-tags", @import("command/tags.zig").focusPreviousTags },
|
||||
.{ "focus-view", @import("command/focus_view.zig").focusView },
|
||||
.{ "focus-view", @import("command/view_operations.zig").focusView },
|
||||
.{ "hide-cursor", @import("command/cursor.zig").cursor },
|
||||
.{ "input", @import("command/input.zig").input },
|
||||
.{ "keyboard-group-add", @import("command/keyboard_group.zig").keyboardGroupAdd },
|
||||
@ -83,7 +83,7 @@ const command_impls = std.ComptimeStringMap(
|
||||
.{ "snap", @import("command/move.zig").snap },
|
||||
.{ "spawn", @import("command/spawn.zig").spawn },
|
||||
.{ "spawn-tagmask", @import("command/tags.zig").spawnTagmask },
|
||||
.{ "swap", @import("command/swap.zig").swap},
|
||||
.{ "swap", @import("command/view_operations.zig").swap},
|
||||
.{ "toggle-float", @import("command/toggle_float.zig").toggleFloat },
|
||||
.{ "toggle-focused-tags", @import("command/tags.zig").toggleFocusedTags },
|
||||
.{ "toggle-fullscreen", @import("command/toggle_fullscreen.zig").toggleFullscreen },
|
||||
|
Reference in New Issue
Block a user