diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-22 22:50:03 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2020-04-22 22:51:18 +0200 |
| commit | 1362061c4cefc558470c188d894f75faaa4e9cb2 (patch) | |
| tree | 3e7228007807e02e7f6d372a96ff247800a91a5d /src/command.zig | |
| parent | 94760394b4b57fec09f4fed214dd2bf70993c857 (diff) | |
| download | river-1362061c4cefc558470c188d894f75faaa4e9cb2.tar.gz river-1362061c4cefc558470c188d894f75faaa4e9cb2.tar.xz | |
Implement floating views
Diffstat (limited to 'src/command.zig')
| -rw-r--r-- | src/command.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/command.zig b/src/command.zig index 01e9c33..d14831a 100644 --- a/src/command.zig +++ b/src/command.zig @@ -29,3 +29,4 @@ pub usingnamespace @import("command/spawn.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"); |
