Open jaideeprana opened 2 years ago
I got something like this working. Instead of hyper you want to do something like
# Launch : Htop in alacritty Alacrity terminal
rcmd + rshift + ralt + rctrl - e : /Applications/Alacritty.app/Contents/MacOS/alacritty -e htop
# Launch : Alacrity terminal
rcmd + rshift + ralt + rctrl + lshift - e : `/Applications/Alacritty.app/Contents/MacOS/alacritty
Then make sure that your hyper key is set to give the right version of the modifier keys. I assume that this could work with the right/lefts swapped but I set it up with r-hyper so I could do all of the combos with my left hand.
I want to use hyper + e key to launch htop in alacritty terminal and hyper + shift + e key to launch alacritty terminal only.
But after applying the following config only htop command is working, is there any way to achieve this? This will unlock lot of possibilities for me.