forked from colonelpanic/dotfiles
[Linux] Show enabled state of services
This commit is contained in:
parent
4025f3757c
commit
e7bd2b2bb0
@ -1,4 +1,4 @@
|
|||||||
#!/usr/bin/env zsh
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
systemctl --user list-unit-files | tail -n +2 | head -n -2 |
|
systemctl --user list-unit-files | tail -n +2 | head -n -2 |
|
||||||
get_cols 1 | rofi -dmenu -i | xargs systemctl --user restart
|
rofi -dmenu -i | get_cols 1 | xargs systemctl --user restart
|
||||||
|
Loading…
Reference in New Issue
Block a user