Skip to content

Commit

Permalink
Fix '.profile' not source after OS upgrade
Browse files Browse the repository at this point in the history
After latest Manjaro upgrade initializations must be in '.zprofile'.
Also, use strawberry from package repo after clementine AUR no longer works.
  • Loading branch information
abelsromero committed Feb 23, 2024
1 parent b65c4e7 commit 314c5b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ For example, {repo-url}/{main-branch-url}/scripts/xrandr_setup.sh[screen setup]

git clone https://github.com/abelsromero/bash-extensions.git ".${USER}_ext"

. (ONLY for https://github.com/polybar/polybar[polybar]) Add 'scripts' folder to path in `.profile`.
. (ONLY for https://github.com/polybar/polybar[polybar]) Add 'scripts' folder to path in `.profile` or `.zprofile` (depending on your configuration).

export PATH=$PATH:~/."$USER"_ext/scripts

Expand Down
2 changes: 1 addition & 1 deletion home/.config/bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ bspc config split_ratio 0.52
bspc config borderless_monocle true
bspc config gapless_monocle true

bspc rule -a clementine desktop='^8'
bspc rule -a strawberry desktop='^4'
6 changes: 3 additions & 3 deletions home/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ super + o
shift + Print
xfce4-screenshooter -rc
Print
xfce4-screenshooter -c
xfce4-screenshooter -f -s "$HOME/Desktop/Screenshot_$(date +%Y-%m-%d_%H-%M-%S).png"
#super + v
# xfce4-clipman-history
super + d
rofi -modi drun,run -show drun -show-icons -theme slate -m -1
rofi -modi drun,run -show drun -show-icons -theme slate -m -1
alt + Tab
rofi -show window -show-icons -theme glue_pro_blue
super + g
Expand All @@ -31,7 +31,7 @@ super + {t,shift + t,s,f}
super + r
bspc node @/ -E
super + p
clementine --play-pause
strawberry --play-pause
#super + n
# xdotool_hidewindow.sh

Expand Down

0 comments on commit 314c5b9

Please sign in to comment.