Swindles McCoop

Results 19 issues of Swindles McCoop

First off, I'd just like to say that I am very grateful for this project, as I love the way that DWM tiles, but I just don't really like DWM...

I'm not really sure how to describe this issue besides using the image attached. Both `$LC` and `$LC_ALL` are set to `en_US.UTF-8` and I have ``` set shell zsh set...

When I was using i3blocks, I was able to enter either `while true; do [command]; sleep 0.1` to update a command every 0.1 seconds. Now I've read that you can...

Similar file managers like ranger, lf, etc. all support transparency, yet when I open cfiles the background is the color of what my terminal is colored. I use ST and...

When I try to run `pip install 'git+git://github.com/marcan/blitzloop.git'` I run into the following error: ```ERROR: Command errored out with exit status 128: git clone -q git://github.com/marcan/blitzloop.git /tmp/pip-req-build-pj4ha8c0 Check the logs...

I know in other ncurses programs that it's possible to implement this by adding ``` use_default_colors(); assume_default_colors(-1,-1); ``` to whatever file/function is responsible for handling drawing, however by adding the...

core:ui

The script is quite simple - it checks what operating system the user is on, then edits the Makefile accordingly. This way, users don't need to manually edit the Makefile....

When running `make`, I get the following error: ``` Package ncursesw was not found in the pkg-config search path ``` I have plenty of other programs on my machine that...

I'm not sure how to describe it, so I just recorded a video: https://youtu.be/yufWiBUPYg8 I'm using DWM on X11 on OpenBSD. This is inside of a VirtualBox virtual machine as...

I have a block set to update on signal 1 by sending SIGUSR1, however when I do so, the program closes as if I wanted to kill it. I'm simply...