speedie

Results 15 comments of speedie

@Damaj301damaj-lol untrue, however the patches make it more seamless (specifically the xresources-alt patch).

@Damaj301damaj-lol That's because you need to #include the generated colors and remove the existing colors. Like I said, the xresources-alt patch is an alternative, and that's usually what i prefer.

Do not delete the colors, as they're used in the colors array. I recommend applying the xresources patch to dmenu and adding the color0-color15 stuff to the Xresources array.

The original redraw patch that was mentioned was suggested in the st-flexipatch repository but never added because it is so massive and conflicts with a lot of patches. There is...

I am late to this discussion but I think Wayland support should be a separate project entirely. You can expect to essentially write an entirely new window manager (compositor) even...

I have this issue. If I spawn `neomutt` through a dwm keybind through `/bin/sh -c st -e neomutt`, I am unable to compose an email using $EDITOR, and if I...

Perhaps the shell that spawns `notify-send` doesn't have $DISPLAY set, but the user shell (that spawned the X11 session) does. In this case another approach to solving this problem would...

I think a good compromise for code quality is to simply do something like `CONFDIR="${XDG_CONFIG_HOME:-~/.config}"` at the top. This way, the scripts are still easy to read, and the few...

Can confirm this issue. Works sometimes when waking from sleep.