aboutsummaryrefslogtreecommitdiff
path: root/content/projects/dwm.md
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-05-31 22:50:04 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-05-31 22:50:04 -0600
commita268a2052ffdcb76ae8a541b9f34eb3ca91095c4 (patch)
tree9b2919fbd18052a937c0a88f35ca23366efd6760 /content/projects/dwm.md
parentda411b917a182123ca91540c3652bab10647bb4b (diff)
downloadwebsite-a268a2052ffdcb76ae8a541b9f34eb3ca91095c4.tar
website-a268a2052ffdcb76ae8a541b9f34eb3ca91095c4.tar.gz
website-a268a2052ffdcb76ae8a541b9f34eb3ca91095c4.tar.bz2
added ServerCraft, updated small bits of info
Diffstat (limited to 'content/projects/dwm.md')
-rw-r--r--content/projects/dwm.md6
1 files changed, 3 insertions, 3 deletions
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.