Forrest logo
back to context overview

bspc

List of commands for bspc:

  • bspc:tldr:24d3e bspc: Send the selected node to the given desktop.
    $ bspc node --to-desktop ${number}
    try on your machine
    explain this command
  • bspc:tldr:2c6c4 bspc: Focus the given desktop.
    $ bspc desktop --focus ${number}
    try on your machine
    explain this command
  • bspc:tldr:8bdce bspc: Close the windows rooted at the selected node.
    $ bspc node --close
    try on your machine
    explain this command
  • bspc:tldr:bc305 bspc: Toggle full screen mode for the selected node.
    $ bspc node --state ~fullscreen
    try on your machine
    explain this command
  • bspc:tldr:f79df bspc: Define two virtual desktop.
    $ bspc monitor --reset-desktops ${1} ${2}
    try on your machine
    explain this command
back to context overview