~bakerk98

He/Him

Programmer in C, C++, Python... etc. Heavy interest in Open Source.


#9 Support for SXMO 8 months ago

Comment by ~bakerk98 on ~kennylevinsen/wlsunset

Unfortunately, Sway's log did not yield any information, and I couldn't get drm_info to compile

#9 Support for SXMO 8 months ago

Ticket created by ~bakerk98 on ~kennylevinsen/wlsunset

Hello, thanks for the wonderful program! It works great on my desktop!

However, it is not working out on my Pinephone, which is running SXMO. I am running the Sway/Wayland version, but I am at a loss as to why it might not work.

Thanks!

#521 Using emacs instead of vis or vim to text 8 months ago

Ticket created by ~bakerk98 on ~mil/sxmo-tickets

Hello, I am sick today and I am sorry but I have no idea how to submit a patch or anything... I am very new to development and git so please bare with me. I saw on the documentation for SXMO that support for other editors was coming later, and I wanted to contribute what I could.

Anyway, I found that changing line 63 in sxmo_modemtext.sh to emacsclient -c -q -u "$DRAFT" worked out well. But it seems that maybe a check to see if emacsclient is in $EDITOR could allow for this line to work better, as opposed to sxmo_terminal.sh "$EDITOR" "$DRAFT". Calling sxmo_terminal.sh emacsclient -c -q -u "$DRAFT" leaves an empty terminal on the screen while emacsclient is open.