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