summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmkill
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/dmkill')
-rwxr-xr-x.local/bin/dmkill2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmkill b/.local/bin/dmkill
index a156af8..a4585cc 100755
--- a/.local/bin/dmkill
+++ b/.local/bin/dmkill
@@ -60,7 +60,7 @@ sub main
$color = $ARGV[0];
}
$user = getpwuid($<);
- $choice = `ps -U "$user" -o pid,user,comm,time,%cpu,%mem | dmenu -i -l 100 -sb '$color' -shb '$color'`;
+ $choice = `ps -U "$user" -o pid,user,comm,time,%cpu,%mem | dmenu -i -l 40 -sb '$color' -shb '$color'`;
action($choice, $user, $color);
return (0);
}