Updated config paths.
This commit is contained in:
parent
b3bdb07ee8
commit
332c17b9ff
@ -8,27 +8,25 @@ editor="$TERMINAL -e $EDITOR"
|
|||||||
|
|
||||||
declare -a configs=(
|
declare -a configs=(
|
||||||
"Quit"
|
"Quit"
|
||||||
# "alacritty - $HOME/.config/alacritty/alacritty.yml"
|
"dk - $HOME/.config/dk/dkrc"
|
||||||
# "bspwm - $HOME/.config/bspwm/bspwmrc"
|
"dk sxhkdrc - $HOME/.config/dk/sxhkdrc"
|
||||||
# "bspwm autostart - $HOME/Bin/bspwm/autorun.sh"
|
"dk autorun - $HOME/.config/dk/autorun.sh"
|
||||||
"dunst - $HOME/.config/wal/templates/colors.dunstrc"
|
"dunst - $HOME/.config/wal/templates/colors.dunstrc"
|
||||||
"game-run - $HOME/.config/game-run/config.ini"
|
"game-run - $HOME/.config/game-run/config.ini"
|
||||||
"kitty - $HOME/.config/kitty/kitty.conf"
|
"kitty - $HOME/.config/kitty/kitty.conf"
|
||||||
"lf - $HOME/.config/lf/lfrc"
|
"lf - $HOME/.config/lf/lfrc"
|
||||||
# "sxhkd - $HOME/.config/sxhkd/sxhkdrc"
|
|
||||||
"neovim - $HOME/.config/nvim/init.lua"
|
"neovim - $HOME/.config/nvim/init.lua"
|
||||||
"newsboat config - $HOME/.config/newsboat/config"
|
"newsboat config - $HOME/.config/newsboat/config"
|
||||||
"newsboat urls - $HOME/.config/newsboat/urls"
|
"newsboat urls - $HOME/.config/newsboat/urls"
|
||||||
"picom - $HOME/.config/picom/picom.conf"
|
"picom - $HOME/.config/picom/picom.conf"
|
||||||
"ryzenset - $HOME/.local/share/ryzen-set/profiles.ini"
|
"ryzenset - $HOME/.local/share/ryzen-set/profiles.ini"
|
||||||
# "polybar - $HOME/.config/polybar/config.ini"
|
"polybar - $HOME/.config/polybar/config.ini"
|
||||||
"zathura - $HOME/.config/wal/templates/colors.zathurarc"
|
"zathura - $HOME/.config/wal/templates/colors.zathurarc"
|
||||||
"zsh aliases - $HOME/.config/zsh/aliasrc"
|
"zsh aliases - $HOME/.config/zsh/aliasrc"
|
||||||
"zprofile - $HOME/.config/zsh/.zprofile"
|
"zprofile - $HOME/.config/zsh/.zprofile"
|
||||||
"zshenv - $HOME/.zshenv"
|
"zshenv - $HOME/.zshenv"
|
||||||
"zshrc - $HOME/.config/zsh/.zshrc"
|
"zshrc - $HOME/.config/zsh/.zshrc"
|
||||||
"xinitrc - $HOME/.config/X11/xinitrc"
|
"xinitrc - $HOME/.config/X11/xinitrc"
|
||||||
# "qtile - $HOME/.config/qtile/config.py"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
choice=$(printf '%s\n' "${configs[@]}" | $DMENU -l 10 -p 'Edit config:')
|
choice=$(printf '%s\n' "${configs[@]}" | $DMENU -l 10 -p 'Edit config:')
|
||||||
|
Loading…
Reference in New Issue
Block a user