aboutsummaryrefslogtreecommitdiff
path: root/content/projects/dwm.md
diff options
context:
space:
mode:
authorBryson Steck <me@brysonsteck.xyz>2023-10-03 00:16:05 -0600
committerBryson Steck <me@brysonsteck.xyz>2023-10-03 00:16:05 -0600
commitdcaecab3fa00e72199ab51ff6d6bd97ffe2a2dd6 (patch)
tree34b721c3ae1a07f2e55cb1d4499bdde00b045b76 /content/projects/dwm.md
parentbbc474d4a39bf1abba8ff0b1804864978cee7814 (diff)
parent3eec9bf045b5b29ce6fa7a42f94392ed3d9f2cc2 (diff)
downloadwebsite-dcaecab3fa00e72199ab51ff6d6bd97ffe2a2dd6.tar
website-dcaecab3fa00e72199ab51ff6d6bd97ffe2a2dd6.tar.gz
website-dcaecab3fa00e72199ab51ff6d6bd97ffe2a2dd6.tar.bz2
merged with origin
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.