Update home-manager stuff and some other configs
This commit is contained in:
parent
a98f79880e
commit
9177d97e7a
8 changed files with 86 additions and 8 deletions
3
.bin/.e
3
.bin/.e
|
|
@ -12,6 +12,7 @@ declare -A mapper=(
|
|||
["bash"]="$HOME/.bashrc"
|
||||
["bspwm"]="$HOME/.config/bspwm/bspwmrc"
|
||||
["completions"]="$HOME/.config/completionsrc"
|
||||
["dunst"]="$HOME/.config/dunst/dunstrc##template"
|
||||
["env"]="$HOME/.config/environment"
|
||||
["env.d"]="$HOME/.config/env.d/"
|
||||
["git"]="$HOME/.config/git/config"
|
||||
|
|
@ -58,6 +59,7 @@ declare -A directory=(
|
|||
)
|
||||
|
||||
declare -A hooks=(
|
||||
["dunst"]="dunstctl reload"
|
||||
["hyprland"]="hyprctl reload"
|
||||
["projectsrc"]="projects-status"
|
||||
["qutebrowser"]="qutebrowser :config-source"
|
||||
|
|
@ -101,5 +103,6 @@ hook="${hooks["$1"]}"
|
|||
if [ -n "$hook" ]
|
||||
then
|
||||
echo "Running hook: $hook"
|
||||
yadm alt
|
||||
eval "$hook"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue