mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 11:00:27 +10:00
Editing a few things for Alacritty and Broot.
This commit is contained in:
@@ -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"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user