Fix some dock stuff, erlang with wx

This commit is contained in:
Daniel Flanagan 2020-01-09 19:02:31 -06:00
parent 5195a855a6
commit ba8ec1f524
4 changed files with 9 additions and 2 deletions

5
bin/dotfiles-update Executable file
View file

@ -0,0 +1,5 @@
#!/usr/bin/env bash
# TODO: implement
echo "Not implemented"

View file

@ -13,7 +13,7 @@ pacaur --needed -S \
htop `# Process Management and System Resources Monitoring` \ htop `# Process Management and System Resources Monitoring` \
openssh mosh `# Remote Access` \ openssh mosh `# Remote Access` \
openssl `# Crypto` \ openssl `# Crypto` \
elixir `# Elixir Language` \ erlang elixir `# Elixir Language` \
nodejs npm yarn `# JavaScript Runtime` \ nodejs npm yarn `# JavaScript Runtime` \
python python-pip `# Python 3 Language` \ python python-pip `# Python 3 Language` \
pass `# Password Management` \ pass `# Password Management` \

View file

@ -1,10 +1,11 @@
#!/usr/bin/env bash #!/usr/bin/env bash
resrc resrc
source "$HOME/.workdock.env" source "$EDFP/workdock" --just-vars
"${DOTFILES_PATH}/apps/de/x/loadresources" lodpi "${DOTFILES_PATH}/apps/de/x/loadresources" lodpi
autorandr --change autorandr --change
"${DOTFILES_PATH}/apps/de/bspwm/bspwmrc" "${DOTFILES_PATH}/apps/de/bspwm/bspwmrc"
"${DOTFILES_PATH}/apps/de/x/loadresources" lodpi "${DOTFILES_PATH}/apps/de/x/loadresources" lodpi
restartbar restartbar
"${HOME}/.fehbg" "${HOME}/.fehbg"
source "$EDFP/workdock"

1
setup
View file

@ -133,6 +133,7 @@ touches=(
"$edfp/bspwm" "$edfp/bspwm"
"$edfp/polybar" "$edfp/polybar"
"$edfp/app-launcher" "$edfp/app-launcher"
"$edfp/workdock"
) )
for t in "${touches[@]}"; do for t in "${touches[@]}"; do