feat(desktop): improve launcher and window picker presentation
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#!/usr/bin/env zsh
|
||||
|
||||
ps -o 'pid cmd' x | rofi -dmenu -i | get_cols 1 | xargs kill -9
|
||||
ps -o 'pid= cmd=' x \
|
||||
| sed -E 's@/nix/store/[[:alnum:]]{32}-@@g' \
|
||||
| rofi -dmenu -i \
|
||||
| get_cols 1 \
|
||||
| xargs kill -9
|
||||
|
||||
Reference in New Issue
Block a user