You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Focus n desktop and send selected node to n desktop
super + {_,shift + }{1-9}
bspc {desktop -f,node -d} "^{1-9}" --follow
# Send selected node to n desktop
super + ctrl + {1-9}
bspc node -d "^{1-9}"
In this:
super + {_,shift + ,ctrl + }{1-9}
The text was updated successfully, but these errors were encountered:
How can combine this commands:
In this:
The text was updated successfully, but these errors were encountered: