From 7f72d1cc6d52df86307c6d502485bf8225afcb74 Mon Sep 17 00:00:00 2001 From: Szymon P Date: Wed, 29 Oct 2025 21:38:14 +0100 Subject: [PATCH] Update .config/btop/btop.conf Update .config/hypr/hyprland.conf Update .config/yazi/yazi.toml --- private_dot_config/btop/btop.conf | 6 +++--- private_dot_config/hypr/hyprland.conf | 2 +- private_dot_config/yazi/yazi.toml | 5 +++++ 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/private_dot_config/btop/btop.conf b/private_dot_config/btop/btop.conf index e64a950..968c1e6 100644 --- a/private_dot_config/btop/btop.conf +++ b/private_dot_config/btop/btop.conf @@ -57,7 +57,7 @@ update_ms = 2000 #* 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 = "threads" #* Reverse sorting order, True or False. proc_reversed = False @@ -172,7 +172,7 @@ show_swap = True swap_disk = True #* 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. only_physical = True @@ -208,7 +208,7 @@ net_upload = 100 net_auto = False #* 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. net_iface = "" diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index fece5f4..ad14a4f 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -4,7 +4,7 @@ env = XDG_CURRENT_DESKTOP,Hyprland $mainMod = SUPER # Sets "Windows" key as main modifier $terminal = uwsm app -- kitty -$menu = uwsm app -- $(wofi --show drun --define=drun-print_desktop_file=true) +$menu = uwsm app -- hyprlauncher input { kb_layout = pl diff --git a/private_dot_config/yazi/yazi.toml b/private_dot_config/yazi/yazi.toml index b75a713..52a5c3e 100644 --- a/private_dot_config/yazi/yazi.toml +++ b/private_dot_config/yazi/yazi.toml @@ -48,6 +48,9 @@ play = [ { 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" }, ] +pdff = [ + { run = 'zathura "$@"', desc = "zathura", block = true, for = "unix" }, + ] [open] rules = [ @@ -68,8 +71,10 @@ rules = [ { mime = "inode/empty", use = [ "edit", "reveal" ] }, # Fallback { name = "*", use = [ "open", "reveal" ] }, + {mime = "application/pdf", use = [ "pdff", "reveal" ] }, ] + [tasks] micro_workers = 10 macro_workers = 10