#!/bin/sh whoami ps -U "$USER" -u "$USER" | awk '{print $4}' | tail -n+2 | sort -u | dmenu -l 15 -p "Restart: " | xargs -r -- t -r