diff --git a/private_dot_config/btop/btop.conf b/private_dot_config/btop/btop.conf index ed87698..e4b442a 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 = "memory" +proc_sorting = "cpu direct" #* Reverse sorting order, True or False. proc_reversed = False @@ -178,7 +178,7 @@ show_disks = True only_physical = True #* Read disks list from /etc/fstab. This also disables only_physical. -use_fstab = True +use_fstab = False #* Setting this to True will hide all datasets, and only show ZFS pools. (IO stats will be calculated per-pool) zfs_hide_datasets = False diff --git a/private_dot_config/hypr/hyprland.conf b/private_dot_config/hypr/hyprland.conf index d0b0193..ef7d52f 100644 --- a/private_dot_config/hypr/hyprland.conf +++ b/private_dot_config/hypr/hyprland.conf @@ -51,4 +51,5 @@ xwayland { source = ./colors.conf source = ./hyprland/binds/* source = ./hyprland/rules/* +source = ./hyprland/workspace_assign/* source = ./hyprland/* diff --git a/private_dot_config/waybar/config.jsonc b/private_dot_config/waybar/config.jsonc index 1a56752..6d145d9 100644 --- a/private_dot_config/waybar/config.jsonc +++ b/private_dot_config/waybar/config.jsonc @@ -38,13 +38,13 @@ "active-only": false, "sort-by-number": true, "format-icons": { - "1": "", + "1": "", "2": "", - "3": "", + "3": "", "4": "", - "5": "", + "5": "", "6": "", - "7": "", + "7": "", "8": "", "9": "", "10": "",