An open API service indexing awesome lists of open source software.

https://github.com/tobynetizen/linux-dotfiles

My configuration files
https://github.com/tobynetizen/linux-dotfiles

dwm linux suckless vim

Last synced: about 1 month ago
JSON representation

My configuration files

Awesome Lists containing this project

README

        

## > Configuration Files
A collection of configuration files for various software I use daily.

### Custom Patch for DWM
Ability for more precise resizing of windows using `Super + Shift + H` and `Super + Shift + L`.
```
{ MODKEY|ShiftMask, XK_h, setmfact, {.f = -0.01} },
{ MODKEY|ShiftMask, XK_l, setmfact, {.f = +0.01} },
```