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
- Host: GitHub
- URL: https://github.com/tobynetizen/linux-dotfiles
- Owner: tobynetizen
- Created: 2025-03-27T22:53:59.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-03-27T22:56:01.000Z (about 2 months ago)
- Last Synced: 2025-03-29T14:33:01.595Z (about 1 month ago)
- Topics: dwm, linux, suckless, vim
- Language: Vim Script
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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} },
```