766F6964
766F6964
Can you add this project to the AUR? This would allow for easier installation via a package manager of choice.
**Summary:** The array reverse function fails to correctly reverse the elements. Look at the following example: ```c // ... struct cc_array *arr; cc_array_new(&arr); int v0 = 0, v1 = 1,...
I am unsure if this is a problem that is specific to dwm-flexipatch, dwm in general or the fonts that I am using. So, if the issue is out of...
**Overview** I am currently trying to integrate [skippy-xd](https://github.com/richardgv/skippy-xd) seamlessly in my dwm-flexipatch build. Skippy-xd is a program that essentially allows me to quickly get an overview of all active windows...
How can one generate a private-public ECDSA keypair that is in the right format to be used for OpenSSH authentication? OpenSSH uses its own format where as the example suggested...
Hello, I'd like to suggest adding support for a global configuration file (e.g. `~/.config/ucollage/ucollagerc` ). With a configuration file, users would be able to transfer their defaults to other devices....
An idea for a quality of life improvement: Currently the user is able to use arrow keys to navigate between the pictures currently shown in the grid. The user can...
Currently, one can change the amount of rows and columns with `+_` and `-_`. It would be nice if ucollage could dynamically adjust the amount of rows and columns when...
**Summary:** It seems that duf does not properly use the space available in the terminal, which results in unnecessary linebreaks. See the following image for reference:  Why does the...
The sticky patch allows to toggle a client as sticky - which makes it visible on all tags. Is it possible to set a different border color for clients that...