Skip to content
#

bspwm

Here are 203 public repositories matching this topic...

jallbrit
jallbrit commented Mar 3, 2020

There are two ways to measure memory usage in Linux:

  • Available memory is being used for something, but is readily available. Linux does this to run programs more efficiently if RAM is not being used.
  • Free memory is not being used for anything. You could call it wasted RAM. It is almost always very low and lower than available memory.

[linuxatemyram.com](https://www.linuxatemyr

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.