Skip to content

Commit

Permalink
fix(xprofile): use chvol.sh on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
vEnhance committed Feb 8, 2024
1 parent aed3046 commit d8f5100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions xprofile
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ if [ "$(hostname)" = ArchMajestic ]; then
if [ "$(whoami)" = "evan" ]; then
xset s 2000 60
xset dpms 900 900 900
~/dotfiles/sh-scripts/paswitch.sh speakers
~/dotfiles/sh-scripts/chvol.sh l
fi
if [ "$(whoami)" = "star" ]; then
xset s 2000 60
xset dpms 1800 1800 1800
~/dotfiles/sh-scripts/paswitch.sh usb
~/dotfiles/sh-scripts/chvol.sh r
fi
xmodmap -e "pointer = 3 2 1" &>/dev/null # left-hand mouse
keychain --quiet
Expand Down

0 comments on commit d8f5100

Please sign in to comment.