From d6b669673735c1d5a0591eca5acf0e7500318b77 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Tue, 27 Dec 2022 14:28:40 -0700 Subject: add static files, license page and file --- content/projects/dwm.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 content/projects/dwm.md (limited to 'content/projects/dwm.md') diff --git a/content/projects/dwm.md b/content/projects/dwm.md new file mode 100644 index 0000000..1f85dba --- /dev/null +++ b/content/projects/dwm.md @@ -0,0 +1,37 @@ +--- +title: "dwm" +description: "My personal fork of suckless' Dynamic Window Manager" +icon: "dwm.png" +repo: "https://codeberg.org/brysonsteck/dwm" +license: "MIT/X Consortium License" +languages: "C" +wip: false +current: true +date: 2021-10-08T12:05:56-07:00 +enddate: "January 2, 2006" +draft: false +--- +This is my personal fork of the [suckless tool](https://dwm.suckless.org), Dynamic Window Manager (`dwm`), that I use on any computers where workflow is deemed critical. + +## My changes/patches + +Here are the biggest changes and patches I applied to this fork of `dwm`: + +* Gruvbox Dark themed +* Uses JetBrains Mono as the font +* `MODKEY` set to Super +* Added the following patches from the suckless website: + * swallow + * cursorwarp + * fullgaps + * hide_vacant_tags + * sticky and stickyindicator + * bottomstack + * there may be more... I have no idea lol +* A couple keybinds are not stock (compared to vanilla dwm): + * Quitting dwm rebinded to `Super+Shift+BackSpace` and confirms quitting with a script + * The increments to resize the master area have been decreased + * Launching `dmenu` launches a binary called `dmenu_run_history` which I found online somewhere, literally no idea where I found it lol. Eventually I'll patch it myself someday + * Launching the terminal is bound to a script that launches Alacritty in the same directory as the current terminal window + +You can find more information about how to install and the license information on the repository. -- cgit v1.2.3