diff options
| author | Isaac Freund <ifreund@ifreund.xyz> | 2021-04-21 16:51:53 +0200 |
|---|---|---|
| committer | Isaac Freund <ifreund@ifreund.xyz> | 2021-04-21 16:51:53 +0200 |
| commit | 891eb38b33f9e0321ed7802ce41d747accb92536 (patch) | |
| tree | 4077cb9a900fd367620e21e7cc382425d4faa54b /completions/zsh/_riverctl | |
| parent | 967b274c01da671364ed50237db61b032c398c38 (diff) | |
| download | river-891eb38b33f9e0321ed7802ce41d747accb92536.tar.gz river-891eb38b33f9e0321ed7802ce41d747accb92536.tar.xz | |
completions: delete more removed commands
Diffstat (limited to 'completions/zsh/_riverctl')
| -rw-r--r-- | completions/zsh/_riverctl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/completions/zsh/_riverctl b/completions/zsh/_riverctl index 1623c6d..dc60f39 100644 --- a/completions/zsh/_riverctl +++ b/completions/zsh/_riverctl @@ -20,8 +20,6 @@ _riverctl() { 'float-filter-add:Add app-id to the float filter list' 'focus-output:Focus the next or previous output' 'focus-view:Focus the next or previous view in the stack' - 'mod-main-count:Increase or decrease the number of "main" views' - 'mod-main-factor:Increase or decrease the "main factor"' 'move:Move the focused view in the specified direction' 'resize:Resize the focused view along the given axis' 'snap:Snap the focused view to the specified screen edge' @@ -52,9 +50,7 @@ _riverctl() { 'border-width:Set the border width to pixels' 'focus-follows-cursor:Configure the focus behavior when moving cursor' 'opacity:Configure server-side opacity of views' - 'outer-padding:Set the padding around the edge of the screen to pixels' 'set-repeat:Set the keyboard repeat rate and repeat delay' - 'view-padding:Set the padding around the edge of each view to pixels' 'xcursor-theme:Set the xcursor theme' # Options 'declare-option:Declare a new option with the given type and initial value' |
