bump
This commit is contained in:
parent
8d9f9d39df
commit
8370fa8caf
2 changed files with 5 additions and 6 deletions
|
|
@ -2,8 +2,8 @@
|
||||||
if [ "$(uname)" = "Darwin" ]; then
|
if [ "$(uname)" = "Darwin" ]; then
|
||||||
alias stoppar='pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
|
alias stoppar='pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
|
||||||
alias startpar='open -a Parallels\ Desktop'
|
alias startpar='open -a Parallels\ Desktop'
|
||||||
alias startparra='hc && open -a Parallels\ Desktop'
|
alias startparra='open -a Parallels\ Desktop'
|
||||||
alias stopparra='hc && pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
|
alias stopparra='pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
|
||||||
|
|
||||||
alias slow='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.4"'
|
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 sdim='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.35"'
|
||||||
|
|
|
||||||
7
.skhdrc
7
.skhdrc
|
|
@ -30,9 +30,8 @@
|
||||||
# cmd - 9 : yabai -m space --focus $(($(yabai -m query --spaces | jq length) - 8))
|
# cmd - 9 : yabai -m space --focus $(($(yabai -m query --spaces | jq length) - 8))
|
||||||
|
|
||||||
cmd - 1 : osascript -e 'tell application "Safari" to activate' || open -na "Safari"
|
cmd - 1 : osascript -e 'tell application "Safari" to activate' || open -na "Safari"
|
||||||
cmd - 2 : osascript -e 'tell application "Ghostty" to activate' || open -na "iTerm"
|
cmd - 2 : osascript -e 'tell application "Chromium" to activate' || open -na "Chromium"
|
||||||
cmd - 3 : osascript -e 'tell application "Mail" to activate' || open -na "Mail"
|
cmd - 3 : osascript -e 'tell application "Ghostty" to activate' || open -na "Ghostty"
|
||||||
cmd - 4 : osascript -e 'tell application "Discord" to activate' || open -na "Discord"
|
cmd - 5 : osascript -e 'tell application "Bitwarden" to activate' || open -na "Bitwarden"
|
||||||
cmd - 5 : osascript -e 'tell application "Messenger" to activate' || open -na "Messenger"
|
|
||||||
cmd - 8 : osascript -e 'tell application "Music" to activate' || open -na "Music"
|
cmd - 8 : osascript -e 'tell application "Music" to activate' || open -na "Music"
|
||||||
cmd - 9 : osascript -e 'tell application "REAPER to activate' || open -na "REAPER"
|
cmd - 9 : osascript -e 'tell application "REAPER to activate' || open -na "REAPER"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue