btops icon indicating copy to clipboard operation
btops copied to clipboard

bspwm desktop management

Results 10 btops issues
Sort by recently updated
recently updated
newest added

go: go.mod file not found in current directory or any parent directory. 'go get' is no longer supported outside a module. To build and install a command, use 'go install'...

First of all, thanks for making a tool like this, I've been looking for something like this forever. So when a desktop becomes empty, btops currently switches to another desktop....

enhancement
good first issue

Would it be possible to name desktops with specific icons for clients opened? For example, a different icon for urxvt and thunar opened on the same desktop, so for that...

Hey, Thanks for making this tool. I wanted to know if it is possible to mix different types of renamers in such a way that there would be a list...

This will allow you to keep an empty desktop open if you're focused in it Set `remove-focused = false` in your config.toml to active this feature Fixes #1

Certain applications have annoying initialization processes in that they bring up & tear down several windows before the application is ready (e.g. steam, slack). This causes some painful behavior in...

Support custom bspwm socket path, fallback to default if one isn't set. This allows btops to support scripts like [`bspwm-session`](https://github.com/Chrysostomus/bspwm-scripts/blob/master/bspwm-session) and fixes issue #6.

Currently, *btops* hard-codes the `BSPWM_SOCKET` path to `/tmp/bspwm_0_0-socket` https://github.com/cmschuetz/btops/blob/master/ipc/ipc.go#L11 *bspwm* allows for the `BSPWM_SOCKET` environment variable to be set, which will set the unix socket for *bspwm* to output to....

If `bspwm` is shut down, the unix socket is disconnected The current listener in `main.go` does not check if the unix socket is still connected (or exists), which will keep...

Addresses fixes proposed on @MyNameIsCosmo's PR and allow the last desktop to be closed when there is another empty desktop focused, if the focused desktop is the penultimate one. Also...