aboutsummaryrefslogtreecommitdiff
path: root/config.h
AgeCommit message (Collapse)Author
2024-11-01movekeyboard now does 32 instead of 20 pixel movements.Aryadev Chavali
2024-11-01Align variables, snap_pixel 32 -> 16, default_gaps 40 -> 50Aryadev Chavali
2024-10-20Make keys easier to write and look atAryadev Chavali
2024-10-20Change scratchpad from Emacs back to stAryadev Chavali
2024-10-20Added patch to move floating windows via the keyboardAryadev Chavali
2024-10-05Switch scratchpad to Emacs, make col_black proper blackAryadev Chavali
2024-08-07Change rule for mpv and remove rule for media-term (obsolete)Aryadev Chavali
2024-07-25Two arrays of gaps are stored in pertag, switchable by toggle_gapsAryadev 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-24Added dwm-sticky patchAryadev Chavali
Make sticky windows, which are kinda like Mod-Shift-0 tagged windows but easier to manage.
2024-06-24Added view all/tag all bindsAryadev Chavali
2024-06-03gappx -> default_gaps, opengap -> optional_gapsAryadev Chavali
2024-05-31Updating changesAryadev Chavali
2024-05-22Update indenting and add commands for fine tuning gapsAryadev Chavali
2024-05-22Merge upstream release '6.5'Aryadev Chavali
2024-05-22Adjust config.h to use new pertag gapsAryadev Chavali
2024-05-22Remove dmenumon and dmenucmdAryadev Chavali
Obsolete due to previous patch
2024-04-23Added patch dwm-inplacerotateAryadev Chavali
2024-04-23Use st instead of alacritty for scratchpadAryadev Chavali
2024-04-22Added a README, other small changesAryadev Chavali
2024-04-18Merged laptop version with remoteAryadev Chavali
Laptop had gapless grid
2023-11-06Added "deck" layout patchAryadev Chavali
2023-10-22new colorscheme, bar is now on bottomAryadev Chavali
2023-10-22Changed font of DWMAryadev Chavali
2023-10-20Added fibonacci layout to DWMAryadev Chavali
2023-10-06Add some comments in config.hAryadev Chavali
2022-10-11(config.h)~changed tag 6 to musical noteAryadev Chavali
2022-09-18(config.h)-whitespaceAryadev Chavali
2022-09-18(config.h)~changed a few thingsAryadev Chavali
~ green colours main theme + binding for increasing gap size
2022-01-07~config.h now has toggleable gapsAryadev Chavali
2021-07-11(config.h)~scratchpad to alacritty and turn off gapsAryadev Chavali
gaps can be set on demand, don't see any point in using it.
2021-05-22(Config)~changed some binds, minor editsAryadev Chavali
2021-05-07~make notify-send send a low priority notificationAryadev Chavali
2021-03-27(Config)~set browsers to always goto 2nd tagAryadev Chavali
2021-03-27(Config)+custom functions with bindings that print and reset gapsAryadev Chavali
2021-03-27(Config)~borderpx 10 -> 2Aryadev Chavali
2021-03-27(Config)~changed colours green -> blueAryadev Chavali
A nice little change.
2021-03-22+patches for centered masterAryadev Chavali
2020-09-29~scratchpadcmd Emacs -> st + tmuxAryadev Chavali
2020-09-29+a new colour for my status barAryadev Chavali
2020-09-29~mfact 0.5 -> 0.55Aryadev Chavali
2020-09-29-Hyperkey commandsAryadev Chavali
Removed the hyperkey from sxhkd as well as xmodmap, replace caps lock with escape instead
2020-09-29~scratchpad command to EmacsAryadev Chavali
2020-07-21+my custom config for dwmAryadev 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-23renamed 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-22introduced ISTILE, which can be easily extended with other layout functions ↵Anselm R. Garbe
to allow reuse of setmwfact() and zoom()
2007-09-17made 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-15micromizing dwm step 1Anselm R. Garbe
2007-09-15new colorscheme (16-bit compliant)Anselm R. Garbe
2007-09-15renamed config.default.h into config.hAnselm R. Garbe
2006-08-02removed config.h (stupid hg)arg@10ksloc.org