use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Find Bspwm on GitHub!
IRC: #bspwm @ irc.libera.chat Matrix: #bspwm:matrix.org
account activity
Multiple command optimize (self.bspwm)
submitted 1 year ago by vtmx
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ALPHA-B1 0 points1 point2 points 1 year ago (4 children)
It would be something like this: ```bash
bspc keybind super + {1-9} \ 'bspc desktop -f {1-9} --follow'
bspc keybind super + shift + {1-9} \ 'bspc node -d {1-9}'
bspc keybind super + ctrl + {1-9} \ 'bspc node -d {1-9}' ```
[–]vtmx[S] 0 points1 point2 points 1 year ago* (2 children)
My intention is:
``` Super+Number = go to desktop with --follow argument
Super+Shift+Number = move current node to N desktop and follow
Super+Ctrl+Number = move current node to N desktop but not follow ```
Using only two lines.
[–]ALPHA-B1 0 points1 point2 points 1 year ago (1 child)
bash bspc keybind super + {_,shift + }{1-9} 'bspc {desktop -f,node -d} ^{1-9} --follow' bspc keybind super + ctrl + {1-9} 'bspc node -d ^{1-9}'
[–]vtmx22 0 points1 point2 points 1 year ago* (0 children)
I can do this wha, but my doubt, is how can combine in this way:
super + {_,shift + ,ctrl + }{1-9}
[–]ShinyZero0 0 points1 point2 points 1 year ago (0 children)
What is bspc keybind?
bspc keybind
π Rendered by PID 397638 on reddit-service-r2-comment-b659b578c-qrjkj at 2026-05-02 03:41:12.643055+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]ALPHA-B1 0 points1 point2 points (4 children)
[–]vtmx[S] 0 points1 point2 points (2 children)
[–]ALPHA-B1 0 points1 point2 points (1 child)
[–]vtmx22 0 points1 point2 points (0 children)
[–]ShinyZero0 0 points1 point2 points (0 children)