Skip to content
Discussion options

You must be logged in to vote

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 chmod it
then in Your config:

"Alt + Shift + 1" = { exec "./path_to_shellscript 1" }
"Alt + Shift + 2" = { exec "./path_to_shellscript 2" }

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@itouchdennis
Comment options

@itouchdennis
Comment options

@acsandmann
Comment options

@itouchdennis
Comment options

@itouchdennis
Comment options

Answer selected by acsandmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants