feat(desktop): improve launcher and window picker presentation

This commit is contained in:
2026-03-26 21:26:19 -07:00
parent c1764fd0ee
commit 9239eefff3
7 changed files with 20 additions and 13 deletions

View File

@@ -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