mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-31 12:11:56 -07:00
Completions: use only awk (#6763)
This commit is contained in:
committed by
GitHub
parent
e894d5e964
commit
0a6e83005f
@@ -16,4 +16,4 @@ hyprpm [<FLAGS>]... <ARGUMENT>
|
||||
| (reload) "Reload all plugins"
|
||||
;
|
||||
|
||||
<PLUGINS> ::= {{{ hyprpm list | grep Plugin | awk '{print $4}' }}};
|
||||
<PLUGINS> ::= {{{ hyprpm list | awk '/Plugin/{print $4}' }}};
|
||||
|
Reference in New Issue
Block a user