From ec7eef38a7448787575861c1a9672d60875be128 Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sun, 9 Jul 2023 23:07:00 +0530 Subject: .scripts: Updating pidkillall script to use tofi instead of dmenu --- .scripts/pidkillall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts/pidkillall') diff --git a/.scripts/pidkillall b/.scripts/pidkillall index f4c0e6c..69de0dd 100755 --- a/.scripts/pidkillall +++ b/.scripts/pidkillall @@ -1,6 +1,6 @@ #!/bin/sh -psout=$(ps -u $USER -o pid,%cpu,%mem,comm | sed -n '1!p' | sort -b -k2 -r| cut --characters=1-18 --complement | awk '!x[$0]++'| dmenu -i -l 15 ) +psout=$(ps -u $USER -o pid,%cpu,%mem,comm | sed -n '1!p' | sort -b -k2 -r| cut --characters=1-18 --complement | awk '!x[$0]++'| tofi --prompt-text "Choose the program you wish to kill: ") ##uniq without piping into sort before with the help of awk ##pname of telegram-desktop is displayed as telegram-deskto -- cgit v1.2.3