forked from colonelpanic/dotfiles
[Linux] Add rofi_kill_process.sh
This commit is contained in:
parent
1126518e69
commit
432cb01e51
3
dotfiles/lib/bin/rofi_kill_process.sh
Executable file
3
dotfiles/lib/bin/rofi_kill_process.sh
Executable file
@ -0,0 +1,3 @@
|
|||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
ps -o 'pid cmd' x | rofi -dmenu -i | get_cols 1 | xargs kill -9
|
Loading…
Reference in New Issue
Block a user