dot/.config/aliasrc/apple

13 lines
633 B
Text
Raw Normal View History

2024-02-20 15:49:52 +01:00
# 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 && open -a Parallels\ Desktop'
alias stopparra='hc && pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
2024-02-22 16:12:39 +01:00
2024-02-22 16:14:19 +01:00
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"'
2024-02-22 16:13:21 +01:00
alias smax='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=1.0"'
2024-02-20 15:49:52 +01:00
fi