Sidd-Dino

Results 35 comments of Sidd-Dino

> Screenshot ![scrot](https://user-images.githubusercontent.com/48709691/126753990-4d2a1547-d7b7-42b9-b88b-4077d214f9d4.png)

Oh the client and client_decoration is huge pain. For now rounded corners are being tested because of the problems that appear below `no_borders` ![scrot_no_borders](https://user-images.githubusercontent.com/48709691/126834889-430151d8-470a-4b95-8a60-04986a93a993.png) `inner_border 5` ![scrot_inner_border](https://user-images.githubusercontent.com/48709691/126834976-312a8cee-4b03-46b2-aa92-19648a89e755.png) `border 5` ![scrot_border](https://user-images.githubusercontent.com/48709691/126835061-0a47aedc-39a1-48af-9f91-fd7cebf042c2.png)...

### Progress #### no borders ![no_border_scrot](https://user-images.githubusercontent.com/48709691/126863465-b7b4020d-11e0-4d46-b8da-76336cad18bd.png) #### inner border ![in_border_scrot](https://user-images.githubusercontent.com/48709691/126863492-043553e5-dfc2-4911-9ea0-d4b247e67b83.png) #### outer border ![out_border_scrot](https://user-images.githubusercontent.com/48709691/126863503-6e659615-cc05-445d-a009-1a618656a341.png) #### outer + inner border ![out+in_border_scrot](https://user-images.githubusercontent.com/48709691/126863522-3dd7a6e6-b826-4e83-9f52-1d012ac59d48.png) #### title I made a mistake with this. Will be...

### Progress #### title + no_border ![title+in_border_scrot](https://user-images.githubusercontent.com/48709691/126863960-acb0d145-c4a8-4967-b681-7aec71cf4958.png) #### title + inner border ![title+inner_border_scrot](https://user-images.githubusercontent.com/48709691/126863903-0329e1c0-3c0c-4cee-8c8c-1235e0014f5b.png)

> I need to do some more testing before I'm ready to merge it, Currently the only problem I've found is when `border_width` is set to a non zero value....

I'll start working on berrwm again. I'd taken a break ( ;-; lost motivation to continue ) I'll start experimenting right away I'll keep updating on my progress 'u' *I'm...

Ah a feature i really need. Sooo... [\o/ New branch \o/](/sidd-dino/berry/tree/nxt_prev_ws) I tried to keep it as simple as i could. Implemented the following options ``` berryc next_workspace berryc prev_workspace...

I've been poking the code for bit. I thought of implementing a way to allow the `resize_mask` function of `berry`. Been tossing **stupid ideas** to avoid pointless string manipulation. I've...

Ah i got misunderstood I intended to parse the human input provided during `berryc resize_mask ` by hashing and comparing it to some for of table. But the amount of...

I checked out `baskerville/sxhkd` I though they definitely would have been plagued by repeated checks. [Oh they were](https://github.com/baskerville/sxhkd/blob/fe241b0d2d70c9c483b23cf3cd14f1383f0953a2/src/parse.c#L2721) Looks like avoiding repeated checks is gonna make it pointless seeing that...