Editing a few things for Alacritty and Broot.

This commit is contained in:
Derek Taylor
2020-02-04 22:08:08 -06:00
parent 87f4139245
commit 23372f6fd0
7 changed files with 109 additions and 4 deletions

View File

@@ -8,7 +8,8 @@
# Dmenu script for editing some of my more frequently edited config files.
declare options=("awesome
declare options=("alacritty
awesome
bash
bspwm
doom.d/config.el
@@ -34,6 +35,9 @@ case "$choice" in
quit)
echo "Program terminated." && exit 1
;;
alacritty)
choice="$HOME/.config/alacritty/alacritty.yml"
;;
awesome)
choice="$HOME/.config/awesome/rc.lua"
;;