mirror of
https://github.com/szymon-jozef/superior_dotfiles.git
synced 2026-09-07 12:10:38 +02:00
Update .config/btop/btop.conf
Update .config/hypr/hyprland/monitors.conf Update .config/yazi/yazi.toml
This commit is contained in:
@@ -56,7 +56,7 @@ graph_symbol_proc = "default"
|
|||||||
shown_boxes = "cpu mem net proc"
|
shown_boxes = "cpu mem net proc"
|
||||||
|
|
||||||
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
#* 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",
|
#* 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.
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||||
|
|||||||
@@ -1,12 +1,17 @@
|
|||||||
monitorv2 {
|
monitorv2 {
|
||||||
output = DP-1
|
output = DP-1
|
||||||
mode = 2560x1440@180.06
|
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 {
|
monitorv2 {
|
||||||
@@ -30,3 +35,7 @@ monitorv2 {
|
|||||||
position = auto-right
|
position = auto-right
|
||||||
scale = 1
|
scale = 1
|
||||||
}
|
}
|
||||||
|
|
||||||
|
quirks {
|
||||||
|
prefer_hdr = 1
|
||||||
|
}
|
||||||
|
|||||||
@@ -66,9 +66,6 @@ rules = [
|
|||||||
{ mime = "*/javascript", use = [ "edit", "reveal" ] },
|
{ mime = "*/javascript", use = [ "edit", "reveal" ] },
|
||||||
# Empty file
|
# Empty file
|
||||||
{ mime = "inode/empty", use = [ "edit", "reveal" ] },
|
{ mime = "inode/empty", use = [ "edit", "reveal" ] },
|
||||||
# Fallback
|
|
||||||
{ name = "*", use = [ "open", "reveal" ] },
|
|
||||||
{mime = "application/pdf", use = [ "pdff", "reveal" ] },
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user