aboutsummaryrefslogtreecommitdiff
path: root/niflheim
Commit message (Collapse)AuthorAgeFilesLines
* niflheim/i3status: Show memory available if >90% are used.Thorsten Töpper2025-08-241-1/+1
| | | | | | | | | | | | | | | | | | Until today never noticed this minor error in my configuration. Note for those not familiar with the difference: On Linux free memory is completely unused memory, a total waste of this ressource. Important is the memory categorized as available, this covers caches/buffers meaning data which isn't required to be kept in-memory but there for performance and other improvements. Free memory is part of available memory so if there are 300MiB free, but 25GiB available you won't have a problem starting the greedy web-browser due to a memory shortage. Details can be found in /proc/meminfo and related Linux kernel documentation. In the latter probably also somewhere the criteria by which is chosen what to remove from the cache for a process allocation.
* niflheim/i3status: readabilityThorsten Töpper2025-08-231-2/+2
|
* niflheim/i3status: memory usage better readableThorsten Töpper2025-08-231-2/+2
|
* niflheim: i3status more generic.Thorsten Töpper2023-04-201-4/+4
|
* niflheim: i3status also monitor /dev/shmThorsten Töpper2022-04-031-5/+10
|
* i3: i3lock call missed -e flagThorsten Töpper2021-11-121-1/+1
|
* niflheim i3: small corrections.Thorsten Töpper2021-09-291-3/+3
|
* niflheim i3: terminal as full path.Thorsten Töpper2021-09-281-1/+1
|
* i3: Add i3-dmenu-desktop binding.Thorsten Töpper2021-09-261-0/+2
|
* i3 & i3status: configuration for new system, sticking mostly to now default ↵Thorsten Töpper2021-09-262-0/+273
key bindings.