Skip to content

Commit dde3350

Browse files
committed
🐛 Fix missing newline
1 parent 992f95f commit dde3350

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

custom-completions/komorebi/komorebi-completions.nu

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ def 'nu-complete komorebic commands' [] {
9595
[workspace-name 'Set the workspace name for the specified workspace']
9696
[toggle-window-container-behaviour 'Toggle the behaviour for new windows (stacking or dynamic tiling)']
9797
[toggle-float-override 'Enable or disable float override, which makes it so every new window opens in floating mode']
98-
[toggle-workspace-window-container-behavior 'Toggle the behaviour for new windows (stacking or dynamic tiling) for currently focused workspace. If there was no behaviour set for the workspace previously it takes the opposite of the global value'][toggle-workspace-float-override 'Enable or disable float override, which makes it so every new window opens in floating mode, for the currently focused workspace. If there was no override value set for the workspace previously it takes the opposite of the global value']
98+
[toggle-workspace-window-container-behavior 'Toggle the behaviour for new windows (stacking or dynamic tiling) for currently focused workspace. If there was no behaviour set for the workspace previously it takes the opposite of the global value']
99+
[toggle-workspace-float-override 'Enable or disable float override, which makes it so every new window opens in floating mode, for the currently focused workspace. If there was no override value set for the workspace previously it takes the opposite of the global value']
99100
[toggle-pause 'Toggle window tiling on the focused workspace']
100101
[toggle-tiling 'Toggle window tiling on the focused workspace']
101102
[toggle-float 'Toggle floating mode for the focused window']

0 commit comments

Comments
 (0)