Mattias Andrée
Mattias Andrée
I suggest implementing this as an external project that this project utilises.
A simpler approach would be to use the file system: specify a directory for sound profile directories containing sound files with specific names (ignore anything in the file names from...
Isn't the 'e' key binding enough. Seems like adding this feature adds a lot of complexity for almost no gain, and it's not even certain that the user wants the...
I suggest also checking the screen resolution (if that is possible and does not just return the size of the window), if it is too small the user is probably...
Sure, but if you have a large screen you could temporarly make it larger and turn it of. I do not have an opinion on whether to automatically disable it...
Any graphical program that do not check for resize. One example, that could use the latter part: ponysay
Actually, ponysay truncates the output if it is wider then the terminal so that it is not wrapped and distorted. Custom escape sequencies for controlling final term's special functions could...
You can already accomplish this using a loop and already provided tools, and you can use any external command and easily create pipelines. I don't like having commands that are...
Ok, new attempt: ```sh #!/bin/bash -e # ksh does not work read nframes width height pixfmt <
I'm still on 1.19.6. Does redshift work for you? What happens if you roll back to an older version of X.org?