Fix longlines in rofi_start_service.sh
This commit is contained in:
parent
982a6bb51a
commit
d411a2ce2d
@ -1,4 +1,5 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
systemctl --user | tail -n +2 | head -n -6 |
|
systemctl --user | tail -n +2 | head -n -6 |
|
||||||
egrep -v "sys-devices" | get_cols 1 | rofi -dmenu -i | xargs systemctl --user restart
|
egrep -v "sys-devices" | get_cols 1 | rofi -dmenu -i |
|
||||||
|
xargs systemctl --user restart
|
||||||
|
Loading…
Reference in New Issue
Block a user