updated hypr config

This commit is contained in:
2026-03-13 17:28:56 +01:00
parent bc9e2b7c19
commit 20ea9cc4d1
9 changed files with 13 additions and 12 deletions

View File

@@ -56,11 +56,11 @@ graph_symbol_proc = "default"
shown_boxes = "cpu mem net proc"
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 2000
update_ms = 1000
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
proc_sorting = "cpu lazy"
proc_sorting = "command"
#* Reverse sorting order, True or False.
proc_reversed = false