From 5e0e1093fdca8578f828a95d0c19e541cc18d165 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Wed, 14 Jan 2026 15:42:05 +0100 Subject: [PATCH] Update .config/btop/btop.conf Update .config/hypr/hyprland/monitors.conf Update .config/yazi/yazi.toml --- private_dot_config/btop/btop.conf | 2 +- .../hypr/hyprland/monitors.conf | 19 ++++++++++++++----- private_dot_config/yazi/yazi.toml | 3 --- 3 files changed, 15 insertions(+), 9 deletions(-) diff --git a/private_dot_config/btop/btop.conf b/private_dot_config/btop/btop.conf index 7af43d3..9a9e51a 100644 --- a/private_dot_config/btop/btop.conf +++ b/private_dot_config/btop/btop.conf @@ -56,7 +56,7 @@ 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 = 1000 +update_ms = 1200 #* 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. diff --git a/private_dot_config/hypr/hyprland/monitors.conf b/private_dot_config/hypr/hyprland/monitors.conf index 9915088..3c3ca4e 100644 --- a/private_dot_config/hypr/hyprland/monitors.conf +++ b/private_dot_config/hypr/hyprland/monitors.conf @@ -1,12 +1,17 @@ monitorv2 { output = DP-1 mode = 2560x1440@180.06 - position = 0x0 - scale = 1.25 - vrr = 1 - supports_wide_color = 1 - supports_hdr = 1 + position = 0x0 + scale = 1 + vrr = 1 + + supports_wide_color = 1 + bitdepth = 10 + sdr_min_luminance = 0.005 + sdr_max_luminance = 220 + cm = hdr + supports_hdr = 1 } monitorv2 { @@ -30,3 +35,7 @@ monitorv2 { position = auto-right scale = 1 } + +quirks { + prefer_hdr = 1 +} diff --git a/private_dot_config/yazi/yazi.toml b/private_dot_config/yazi/yazi.toml index c4a8581..6dec3d1 100644 --- a/private_dot_config/yazi/yazi.toml +++ b/private_dot_config/yazi/yazi.toml @@ -66,9 +66,6 @@ rules = [ { mime = "*/javascript", use = [ "edit", "reveal" ] }, # Empty file { mime = "inode/empty", use = [ "edit", "reveal" ] }, - # Fallback - { name = "*", use = [ "open", "reveal" ] }, - {mime = "application/pdf", use = [ "pdff", "reveal" ] }, ]