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