diff options
| author | LM-LCL <hello@exaltedelite.club> | 2024-11-25 04:26:15 +0100 |
|---|---|---|
| committer | LM-LCL <hello@exaltedelite.club> | 2024-11-25 04:26:15 +0100 |
| commit | 9cc0ce20537f34492853a243eebf4c9dcb43127d (patch) | |
| tree | 6911d9614aaf27a6f74feab5c7c0ab4a7ccfb55f /lcl-kill | |
| parent | 30d147d7b1693ed2695a80e5ef9a04f2a47aa3d3 (diff) | |
Return to dmenu
Diffstat (limited to 'lcl-kill')
| -rwxr-xr-x | lcl-kill | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ #! /bin/sh plist="$(ps -u "$USER" -o pid,%mem,%cpu,comm --no-headers | sort -b -k2 -r)" -proc="$(echo "$plist" | rofi -dmenu -i)" +proc="$(echo "$plist" | dmenu -i -l 15 -p 'Select Process')" [ ! -z "$proc" ] && kill -15 "$(echo "$proc" | awk '{print $1}')" |
