diff --git a/dotfiles/lib/bin/rofi_restart_service.sh b/dotfiles/lib/bin/rofi_restart_service.sh index f1b2a9b6..b3a72616 100755 --- a/dotfiles/lib/bin/rofi_restart_service.sh +++ b/dotfiles/lib/bin/rofi_restart_service.sh @@ -1,4 +1,5 @@ #!/usr/bin/env zsh 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