Is there a "Focus follows window when moved to another workspace" option or workaround? #196
-
|
basically the title, "Alt + Shift + 1" = { exec = "rift-cli execute workspace move-window 0 && rift-cli execute workspace switch 0" } but it seems like 2 commands in one exec aren't working that way, sure I could now start to make scripts and bind them into, this might work, but a native solution would be nice |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
|
You could use a shell script for this... maybe something like: #!/bin/sh
rift-cli execute workspace move-window $1
rift-cli execute workspace switch $1(don't forget to "Alt + Shift + 1" = { exec "./path_to_shellscript 1" }
"Alt + Shift + 2" = { exec "./path_to_shellscript 2" } |
Beta Was this translation helpful? Give feedback.
-
|
Maybe it is more of a feature request, but can't the possibility of running multiple chained commands do this? 🤔 |
Beta Was this translation helpful? Give feedback.
You could use a shell script for this... maybe something like:
(don't forget to
chmoditthen in Your config: