DanteAlighierin / foot

Unofficial Mirror: A fast, lightweight and minimalistic Wayland terminal emulator
https://codeberg.org/dnkl/foot/commits/branch/master
MIT License
131 stars 4 forks source link

--hold flag breaks foot #5

Closed jvc84 closed 6 months ago

jvc84 commented 6 months ago

If terminal starts with flag like this: foot --hold htop and then you exit htop, foot freezes in this state:

foot_freezes

My temporary solution:

Create file ~/.config/foot/hold.sh:

#!/bin/bash
${1} ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} && bash

sudo chmod +x ~/.config/foot/hold.sh

Then use ~/.config/foot/hold.sh instead of --hold:

foot ~/.config/foot/hold.sh htop

DanteAlighierin commented 6 months ago

Will be resolved soon