butterfly was right, foot is better :3

This commit is contained in:
foxora 2026-02-22 02:38:15 +00:00
parent a354fca7f5
commit 68cf02e366
11 changed files with 55 additions and 36 deletions

View file

@ -1,2 +1,2 @@
#!/usr/bin/env bash
pkill -f "kitty --title btop -e btop" || { kitty --title btop -e btop & disown; }
pkill -f "foot --title btop -e btop" || { foot --title btop -e btop & disown; }