gnotclub / xst

st fork that uses Xresources and some pretty good patches
MIT License
536 stars 73 forks source link

can't launch with rofi #102

Closed arkhan closed 4 years ago

arkhan commented 4 years ago

Greetings, with the last update when trying to launch with rofi I have the following error:

Couldn't set window size: Inappropriate ioctl for device
write error on tty: Bad file descriptor

Thansks

neeasade commented 4 years ago

weird -- I have the same issue with rofi -show run, but not with dmenu_path | rofi -dmenu

neeasade commented 4 years ago

note: other repro:

# works:
$ xst

# fails
$ echo | xst
Couldn't set window size: Inappropriate ioctl for device
kxc0re commented 4 years ago

seems like im running into a similiar issue

can't start it via sxhkd on system startup, after restarting sxhkd manually it magically works again

(edit: same error output on $ echo | xst btw)

neeasade commented 4 years ago

Thanks for reporting.