The Wayback Machine - https://web.archive.org/web/20210607172824/https://github.com/topics/window-manager
Skip to content
#

window-manager

Here are 433 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

arslabora
arslabora commented Aug 30, 2019

Unfortunately, I lost my setup some days ago... and I have no copy of that. So, I decided to redo it, but I'm struggling following the spare guides. I'm trying to reproduce my sticky workspaces setup (three monitors) with no success at all.

The bare template config is:

{
    context.AddBar();
    context.AddFocusIndicator();
    var actionM

Improve this page

Add a description, image, and links to the window-manager 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 window-manager topic, visit your repo's landing page and select "manage topics."

Learn more