Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-01 | Remove old entries from rules array. | Aryadev Chavali | |
2024-11-01 | movekeyboard now does 32 instead of 20 pixel movements. | Aryadev Chavali | |
2024-11-01 | Align variables, snap_pixel 32 -> 16, default_gaps 40 -> 50 | Aryadev Chavali | |
2024-10-20 | Make keys easier to write and look at | Aryadev Chavali | |
2024-10-20 | Change scratchpad from Emacs back to st | Aryadev Chavali | |
2024-10-20 | Added patch to move floating windows via the keyboard | Aryadev Chavali | |
2024-10-05 | Switch scratchpad to Emacs, make col_black proper black | Aryadev Chavali | |
2024-08-07 | Change rule for mpv and remove rule for media-term (obsolete) | Aryadev Chavali | |
2024-07-25 | Two arrays of gaps are stored in pertag, switchable by toggle_gaps | Aryadev Chavali | |
With this commit, each tag has two gap values (indexes at `gaps_previous`, `gaps_current`) that can be interchanged via `toggle_gaps`. At initialisation, `gaps_previous` is set to `default_gaps` and `gaps_current` is set to all 0. | |||
2024-07-24 | Added dwm-sticky patch | Aryadev Chavali | |
Make sticky windows, which are kinda like Mod-Shift-0 tagged windows but easier to manage. | |||
2024-06-24 | Added view all/tag all binds | Aryadev Chavali | |
2024-06-03 | gappx -> default_gaps, opengap -> optional_gaps | Aryadev Chavali | |
2024-05-31 | Updating changes | Aryadev Chavali | |
2024-05-22 | Update indenting and add commands for fine tuning gaps | Aryadev Chavali | |
2024-05-22 | Merge upstream release '6.5' | Aryadev Chavali | |
2024-05-22 | Adjust config.h to use new pertag gaps | Aryadev Chavali | |
2024-05-22 | Remove dmenumon and dmenucmd | Aryadev Chavali | |
Obsolete due to previous patch | |||
2024-04-23 | Added patch dwm-inplacerotate | Aryadev Chavali | |
2024-04-23 | Use st instead of alacritty for scratchpad | Aryadev Chavali | |
2024-04-22 | Added a README, other small changes | Aryadev Chavali | |
2024-04-18 | Merged laptop version with remote | Aryadev Chavali | |
Laptop had gapless grid | |||
2023-11-06 | Added "deck" layout patch | Aryadev Chavali | |
2023-10-22 | new colorscheme, bar is now on bottom | Aryadev Chavali | |
2023-10-22 | Changed font of DWM | Aryadev Chavali | |
2023-10-20 | Added fibonacci layout to DWM | Aryadev Chavali | |
2023-10-06 | Add some comments in config.h | Aryadev Chavali | |
2022-10-11 | (config.h)~changed tag 6 to musical note | Aryadev Chavali | |
2022-09-18 | (config.h)-whitespace | Aryadev Chavali | |
2022-09-18 | (config.h)~changed a few things | Aryadev Chavali | |
~ green colours main theme + binding for increasing gap size | |||
2022-01-07 | ~config.h now has toggleable gaps | Aryadev Chavali | |
2021-07-11 | (config.h)~scratchpad to alacritty and turn off gaps | Aryadev Chavali | |
gaps can be set on demand, don't see any point in using it. | |||
2021-05-22 | (Config)~changed some binds, minor edits | Aryadev Chavali | |
2021-05-07 | ~make notify-send send a low priority notification | Aryadev Chavali | |
2021-03-27 | (Config)~set browsers to always goto 2nd tag | Aryadev Chavali | |
2021-03-27 | (Config)+custom functions with bindings that print and reset gaps | Aryadev Chavali | |
2021-03-27 | (Config)~borderpx 10 -> 2 | Aryadev Chavali | |
2021-03-27 | (Config)~changed colours green -> blue | Aryadev Chavali | |
A nice little change. | |||
2021-03-22 | +patches for centered master | Aryadev Chavali | |
2020-09-29 | ~scratchpadcmd Emacs -> st + tmux | Aryadev Chavali | |
2020-09-29 | +a new colour for my status bar | Aryadev Chavali | |
2020-09-29 | ~mfact 0.5 -> 0.55 | Aryadev Chavali | |
2020-09-29 | -Hyperkey commands | Aryadev Chavali | |
Removed the hyperkey from sxhkd as well as xmodmap, replace caps lock with escape instead | |||
2020-09-29 | ~scratchpad command to Emacs | Aryadev Chavali | |
2020-07-21 | +my custom config for dwm | Aryadev Chavali | |
my config.h along with all the diffs I've used to make it easier for others to try and imitate my dwm instance. | |||
2007-09-23 | renamed config.h into config.def.h, config.h will be created if not present, ↵ | Anselm R. Garbe | |
this seems less annoying after all | |||
2007-09-22 | introduced ISTILE, which can be easily extended with other layout functions ↵ | Anselm R. Garbe | |
to allow reuse of setmwfact() and zoom() | |||
2007-09-17 | made all stuff non-static - so you can choose wether to use dwm the static ↵ | arg@suckless.org | |
or the extern way when extending it | |||
2007-09-15 | micromizing dwm step 1 | Anselm R. Garbe | |
2007-09-15 | new colorscheme (16-bit compliant) | Anselm R. Garbe | |
2007-09-15 | renamed config.default.h into config.h | Anselm R. Garbe | |