From a268a2052ffdcb76ae8a541b9f34eb3ca91095c4 Mon Sep 17 00:00:00 2001 From: Bryson Steck Date: Wed, 31 May 2023 22:50:04 -0600 Subject: added ServerCraft, updated small bits of info --- content/projects/dwm.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/projects/dwm.md') diff --git a/content/projects/dwm.md b/content/projects/dwm.md index 1f85dba..3e0d2b6 100644 --- a/content/projects/dwm.md +++ b/content/projects/dwm.md @@ -29,9 +29,9 @@ Here are the biggest changes and patches I applied to this fork of `dwm`: * 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 + * Quitting dwm rebinded to `Super+Shift+BackSpace` and confirms quitting with [a script](https://codeberg.org/brysonsteck/dotfiles/src/branch/master/x/quitconf) * 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 + * 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 into the window manager code instead someday + * Launching the terminal is bound to [a script](https://codeberg.org/brysonsteck/dotfiles/src/branch/master/x/spawn-alacritty.sh) 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