diff --git a/env/sh/bashrc b/env/sh/bashrc index e05c371..ffcfa25 100644 --- a/env/sh/bashrc +++ b/env/sh/bashrc @@ -57,6 +57,9 @@ if [ -t 0 ]; then # arch aliases alias archupdate="pacaur -Syyu --noconfirm --noedit" + # misc aliases + alias setbg="feh --bg-fill" + # games aliases # alias steam="LD_PRELOAD='/usr/$LIB/libstdc++.so.6 /usr/$LIB/libgcc_s.so.1 /usr/$LIB/libxcb.so.1 /usr/$LIB/libgpg-error.so' steam" diff --git a/scripts/reload_xresources.sh b/scripts/reload_xresources.sh index 8df82a6..3a85b50 100755 --- a/scripts/reload_xresources.sh +++ b/scripts/reload_xresources.sh @@ -44,4 +44,3 @@ done <<< "$values" xrdb -merge "$HOME/.Xresources" xrdb -merge "$HOME/.Xresources.colors" xrdb -merge "$HOME/.Xresources.env" - diff --git a/variables.bash b/variables.bash index bf8a2d5..e95532e 100755 --- a/variables.bash +++ b/variables.bash @@ -4,7 +4,7 @@ # each of the scripts that will be executed in those process. export DOTFILES_PATH="$HOME/.dotfiles" -export REPOSITORY_PATH="$HOME/Documents/open-source" +export REPOSITORY_PATH="$HOME/../code/open-source" export BORDER_WIDTH=1 export WINDOW_GAP=5 export BAR_PATH="$DOTFILES_PATH/env/wm/extras/bar"