btops

command module
v0.0.0-...-b7f90a5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 20, 2017 License: MIT Imports: 5 Imported by: 0

README

btops

bspwm desktop management that supports dymanic appending, removing, and renaming

Introduction

Often times a workflow for a given day can't be defined by a set number of desktops with constant names. Btops enables you to define your workspaces based on what you're doing so you don't have worry about things like putting your applications in their respective desktops, running out of desktops, or leaving desktops unused and empty.

Examples

Dynamic with classified renamers

btops dynamic

Minmax

btops minmax

Configuration

btops supports config files in toml, json, and yaml format. It'll look in the following places for config files:

$XDG_CONFIG_HOME/btops/config.*
~/.config/btops/config.*

Below are the different configuration options available. Please look at examples for example usage

Configuration Options
Option Type Description Default
min Int Minimum number of desktops per monitor 1
max Int Maximum number of desktops per monitor infinity
remove-empty Bool Removes empty desktops true
append-when-occupied Bool Appends a new desktop when all other desktops are occupied true
watch-config Bool Reload btops on next event when configuration changes true
renamers []String Order of renamers to use for renaming desktops. If a given renamer is unable to rename a desktop, it cascades to the next renmaer ["numeric"]
names Names Names configuration object {}
Renamers
Name Description
numeric Names desktops numerically in increasing order. e.g. 1, 2, 3, 4...
constant Names desktops using the "constant" option in the Names object
static Names desktops according to the static names array
client Names desktops as a space separated string of opened clients
classified Names desktops using the matched classification of opened clients in the names object
Names

names configuration object

Option Type Description
constant String A single string that the constant renamer uses to rename desktops
static []String A list of desktop names that the static renamer uses to rename desktops
classified []{ classification: []String (clients) } An array of objects that match client names with a given classification. If multiple classifications are matched, the first will be used as the desktop name

Installation

  • Ensure go is installed and your $GOPATH is set
  • go get github.com/cmschuetz/btops
  • run $GOPATH/bin/btops
Arch Linux

btops-git is available in the aur

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL