Sidd-Dino

Results 35 comments of Sidd-Dino

The icons can be toggled on and off with the variable `FFF_FILE_ICON` Set it to 1 to display icons.

It requires further simplification and cleanup but this is nothing but a basic implementation I'll clean it up later

I cleaned up the repetitions. I've checked as far as i can. It seems to work.

I think the most likely cause for this is the fact that, the function `key` in `fff` uses multiple `read` commands When i was working on `BTE` i experienced the...

I've made an attempt to implement the feature in question in a separate [branch](/Sidd-Dino/berry/tree/super_resize) on my fork up to date with upstream You can modify the buttons used for moving...

Hey @letterlock, The changes I made in my fork are a bit janky.. They were intended as a proof of concept. I might make changes to them so that they...

#191 **A new PR is born.** The new PR has modifications that allows configuration during compile time (via `config.h`) and during runtime using `berryc`. The config.h options being ```c #define...

Just try running it and see if moving/resizing windows with the configured mouse buttons works or not. configure the mouse buttons using `berryc` ``` Mouse buttons 1 - Left Mouse...

Whooops my bad. Working on fixing it ASAP

I've made a quick and dirty change to the line mentioned below From this ```c if (state == (unsigned)conf.move_mask && bev->button == (unsigned)conf.move_button ) { ``` To this ```c if...