From 558485b74d38fecdb3776c26252052738b568232 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Doma=C5=84ski?= Date: Thu, 22 Feb 2024 16:12:39 +0100 Subject: [PATCH] dynamic aliases --- .config/aliasrc/apple | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/aliasrc/apple b/.config/aliasrc/apple index e6b1a4e..e3362bd 100644 --- a/.config/aliasrc/apple +++ b/.config/aliasrc/apple @@ -4,4 +4,7 @@ if [ "$(uname)" = "Darwin" ]; then alias startpar='open -a Parallels\ Desktop' alias startparra='hc && open -a Parallels\ Desktop' alias stopparra='hc && pkill -SIGHUP -f /Applications/Parallels\ Desktop.app' + + alias sdim='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.4"' + alias sm='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=1.0"' fi