Update .config/btop/btop.conf

Update .config/hypr/hyprland.conf
Update .config/yazi/yazi.toml
This commit is contained in:
2025-10-29 21:38:14 +01:00
parent 7bb9aa88b9
commit 7f72d1cc6d
3 changed files with 9 additions and 4 deletions

View File

@@ -57,7 +57,7 @@ update_ms = 2000
#* 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.
proc_sorting = "cpu lazy" proc_sorting = "threads"
#* Reverse sorting order, True or False. #* Reverse sorting order, True or False.
proc_reversed = False proc_reversed = False
@@ -172,7 +172,7 @@ show_swap = True
swap_disk = True swap_disk = True
#* If mem box should be split to also show disks info. #* If mem box should be split to also show disks info.
show_disks = False show_disks = True
#* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar. #* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar.
only_physical = True only_physical = True
@@ -208,7 +208,7 @@ net_upload = 100
net_auto = False net_auto = False
#* Sync the auto scaling for download and upload to whichever currently has the highest scale. #* Sync the auto scaling for download and upload to whichever currently has the highest scale.
net_sync = True net_sync = False
#* Starts with the Network Interface specified here. #* Starts with the Network Interface specified here.
net_iface = "" net_iface = ""

View File

@@ -4,7 +4,7 @@ env = XDG_CURRENT_DESKTOP,Hyprland
$mainMod = SUPER # Sets "Windows" key as main modifier $mainMod = SUPER # Sets "Windows" key as main modifier
$terminal = uwsm app -- kitty $terminal = uwsm app -- kitty
$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true) $menu = uwsm app -- hyprlauncher
input { input {
kb_layout = pl kb_layout = pl

View File

@@ -48,6 +48,9 @@ play = [
{ run = 'mpv --force-window "$@"', orphan = true, for = "unix" }, { run = 'mpv --force-window "$@"', orphan = true, for = "unix" },
{ run = '''mediainfo "$1"; echo "Press enter to exit"; read _''', block = true, desc = "Show media info", for = "unix" }, { run = '''mediainfo "$1"; echo "Press enter to exit"; read _''', block = true, desc = "Show media info", for = "unix" },
] ]
pdff = [
{ run = 'zathura "$@"', desc = "zathura", block = true, for = "unix" },
]
[open] [open]
rules = [ rules = [
@@ -68,8 +71,10 @@ rules = [
{ mime = "inode/empty", use = [ "edit", "reveal" ] }, { mime = "inode/empty", use = [ "edit", "reveal" ] },
# Fallback # Fallback
{ name = "*", use = [ "open", "reveal" ] }, { name = "*", use = [ "open", "reveal" ] },
{mime = "application/pdf", use = [ "pdff", "reveal" ] },
] ]
[tasks] [tasks]
micro_workers = 10 micro_workers = 10
macro_workers = 10 macro_workers = 10