-
|
I just installed from What am I doing wrong? https://github.com/acsandmann/rift/blob/main/rift.default.toml#L345 |
Beta Was this translation helpful? Give feedback.
Answered by
BarutSRB
Nov 23, 2025
Replies: 1 comment 4 replies
-
|
toggle_stack is only understood by the current main branch. Your binary is older and only knows stack_windows/unstack_windows. Change that line to "Alt + Comma" = "stack_windows" (and keep an unstack_windows bind if you want the reverse), or update rift to a build that includes toggle_stack. |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
iandol
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
toggle_stack is only understood by the current main branch. Your binary is older and only knows stack_windows/unstack_windows. Change that line to "Alt + Comma" = "stack_windows" (and keep an unstack_windows bind if you want the reverse), or update rift to a build that includes toggle_stack.