Shell commands #216
Answered
by
itouchdennis
IvanKoskov
asked this question in
Q&A
-
|
Is it possible to assign hotkeys to specific bash commands in rift just like in yabai or aerospace. |
Beta Was this translation helpful? Give feedback.
Answered by
itouchdennis
Jan 9, 2026
Replies: 1 comment
-
|
A bit late, but yes you can "Alt + Shift + left" = { exec = "rift-cli execute display move-window --direction left" } |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
acsandmann
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A bit late, but yes you can
I use it with
"Alt + Shift + left" = { exec = "rift-cli execute display move-window --direction left" }
or
"ALT + R" = { exec = "open -n -a Kitty" }