Skip to content
#

window-manager

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

toaruos

A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.

  • Updated Dec 1, 2021
  • C
Expletive
Expletive commented Sep 9, 2021

tiletop.png is 56x56 pixels in size. All the other icons are 64x64. tiletop.png is missing the transparent border that the other icons have.

Output of awesome --version:

awesome v4.3 (Too long)
• Compiled against Lua 5.3.5 (running with Lua 5.3)
• D-Bus support:
• execinfo support:
• xcb-randr version: 1.6
• LGI version: 0.9.2
How to reproduce the issue:

Enable the aw

alissa-tung
alissa-tung commented Oct 20, 2021

This is not a bug, but I thought is missing somewhere.

Although ArchLinux had a patch on the default build scripts (enable -dynamic), there's still something worth mentioned on correspondence pages (ArchLinux Wiki, XMonad documents, etc.) that is
If you install XMonad via Pacman from the official repository, make sure you are using the dependencies of the package, especially GHC (`/usr/bin/g

ndgnuh
ndgnuh commented Aug 26, 2021

Describe the bug
All switchers will stuck if a single key is used to trigger task switch.

To Reproduce
Steps to reproduce the behavior:

  1. Enable plugin switcher or fast switcher
  2. Set the switch key to a single key (like <F3>)
  3. Use the switcher, the switcher will stuck and Wayfire have to be killed

Expected behavior
Not stuck

Screenshots or stacktrace
I don't

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