dot/.config/aliasrc/apple
2025-10-14 15:04:42 +02:00

12 lines
729 B
Text

# macos specific aliases
if [ "$(uname)" = "Darwin" ]; then
alias stoppar='pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
alias startpar='open -a Parallels\ Desktop'
alias startparra='hc && pkill SaneSideButtons && pkill Scroll && open -a Parallels\ Desktop'
alias stopparra='hc && open -a Scroll\ Reverser && open -a SaneSideButtons && pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
alias slow='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.4"'
alias sdim='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.35"'
alias snig='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.3"'
alias smax='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=1.0"'
fi