MyApaulogies
MyApaulogies
After `sudo dnf install tk-devel` and reinstalling, I got a new error: `WARNING: The Python sqlite3 extension was not compiled. Missing the SQLite3 lib?` Running `sudo dnf install sqlite-devel`, uninstalling...
I just wanted to add that I have remapped some keys via gnome-tweaks, and they don't work in Lapce, which is a bit jarring -- I didn't realize it was...
I think the command you want to run is not `neofetch` but your shell with `neofetch` as a startup command. For Fish that would be `fish -C neofetch`
It looks like `zsh -c` doesn't go into interactive mode afterwards, see https://superuser.com/q/91881
I think the easiest solution there was to just ``` pane command="/usr/bin/zsh" { args "-c" "neofetch; exec zsh" } ```