The Wayback Machine - https://web.archive.org/web/20200611101136/https://github.com/topics/bspwm
Skip to content
#

bspwm

Here are 188 public repositories matching this topic...

darkwater
darkwater commented Apr 18, 2020

Is your feature request related to a problem? Please describe.

The easiest way to explain this is with an example. Imagine a module like this:

[module/date]
type = "internal/date";
interval = 60;
time = "%H:%M";

This would update the clock once every minute, which seems ideal, but it's not entirely accurate, since it doesn't update at the start of a new minute.

It wo

Bl4ckb0ne
Bl4ckb0ne commented May 3, 2019

The configuration file is set to $HOME/.config/bspwc/bspwcrc by default if it is not supplied by the user. It is then given to the function load_config_file located in config.c. But no check is done to see if the file really exists.

The function should check if the file is present, and if not, return true to carry on.

Improve this page

Add a description, image, and links to the bspwm topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bspwm topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.