Karl Is Wright

Results 9 issues of Karl Is Wright

This is a script which is designed to install chadwm and it's requirements on Fedora Linux. Following the provided vanilla instructions doesn't fully lead one to a working chadwm install....

**Describe the bug** The Linux module doesn't want to build on Fedora **To Reproduce** Steps to reproduce the behavior: 1. $ git clone https://github.com/casualsnek/cassowary 2. $ cd cassowary/app-linux 3. $...

bug

I installed the requirements; fonts programs etc. however when I run the program ~/.config/dwm/scripts/./start This is what appears ![image](https://user-images.githubusercontent.com/29806650/227676637-36b27b6e-135a-4605-915f-7ba74808abc0.png) This is all the console gives me ![image](https://user-images.githubusercontent.com/29806650/227677139-5e4c56f7-b94c-4098-b121-80c2d68fbcce.png) Trying to run...

suggested adding bspwm and playerctl as requirements as scripts refer to commands provided by both programs.

Replaced /home/gabriel with $HOME to make script more generic.

Replaced /home/gabriel with $HOME to make script more generic.

Replaced /home/gabriel with $HOME to hopefully save everyone a little work.

Removed clear-shadow = true; as the option is depreciated and newer picom assumes it to be on by default.

Some distributions (*cough* Alpine *cough*) seem to not like sleep integers that aren't whole numbers. Change from sleep 0.5 to sleep 1 to avoid this issue.