Questions tagged [x-st]

For questions about the simple terminal (st) for X. For questions about the Structured Text use [st]. For questions regarding products from ST Microelectronics use the relevant product tags such as [tag:stm8] or [tag:stm32].

Product Homepage: https://st.suckless.org

7 questions
7
votes
3 answers

Patch scrolling back in suckless ST terminal to support mouse wheel

The ST terminal has a patch for scrolling back. I want to update said patch to enable mouse wheel up and down signals in additions to "PageUp" and "PageDown". I suspect that a small change in config.h is what is needed but I have no experience in…
Sardathrion - against SE abuse
  • 17,269
  • 27
  • 101
  • 156
2
votes
1 answer

Suckless's simple terminal non-monospace fonts

I am trying to make non-monospace fonts work in Suckless's simple terminal. I have an issue with FontAwesome larger glyphs (e.g. with battery glyphs being overlapped by other characters. I have tried to apply the font2 patch to add FontAwesome as…
Noah Boegli
  • 750
  • 1
  • 7
  • 24
1
vote
1 answer

Pipe does not get printed in suckless terminal

I'm currently facing the problem that in st the pipe character | does not get printed in when using commands like curl wttr.in/london or in tmux. echo "|" prints a pipe. tmux etc. work fine in e.g. termite. I dont't even know where to look for a…
0
votes
0 answers

Suckless's simple terminal how to configure alt gr and single keystroke for tilde

In Suckless's simple terminal (st) I can type the tilde ~ by pressing the keys alt gr and 4. But with alt gr and the key to the right of the ñ key, I have to press twice this last key, I want to use alt gr and a single keystroke of the key to the…
Molina
  • 51
  • 1
  • 7
0
votes
0 answers

Segmentation fault (core dumped) in fix-keyboard-input patch of st

I've patched suckless's st recently and noticed when I install it via a PKGBUILD file with this command makepkg -sri rather than just sudo make install it breaks on startup and gives the following error: Segmentation fault (core dumped) So I did a…
utilyre
  • 15
  • 5
0
votes
0 answers

Opening a custom bash function in a new st terminal

I am trying to execute this custom function stored in my .bashrc function nvrcreate { NVIM_LISTEN_ADDRESS=/tmp/Unity nvim } on a new terminal. This command by itself creates a socket for neovim to listen to. If I execute it in a terminal it…
0
votes
1 answer

ST & VIM -- no colors

I figured out there is some sort of a bug with Suckless's ST terminal emulator (0.8.2) regarding VIM. If I download ST's source files and open a configuration file config.h I can find a setting: char *termname = "st-256color"; I keep this default…
71GA
  • 1,132
  • 6
  • 36
  • 69