From 7a9fd83a4647f2816c7f52204aab8b38bb958168 Mon Sep 17 00:00:00 2001 From: Stephan Date: Fri, 15 May 2026 16:54:28 -0700 Subject: [PATCH] changes to hyprland config - adjusted to dwindle changes --- btop/btop.conf | 22 ++++++++++++++++++---- hypr/hyprland/bindings.conf | 3 ++- hypr/hyprland/input.conf | 2 ++ hypr/hyprland/looknfeel.conf | 1 - hypr/hyprland/windowrules.conf | 2 +- zsh/zsh_profile | 3 ++- 6 files changed, 25 insertions(+), 8 deletions(-) diff --git a/btop/btop.conf b/btop/btop.conf index 06acfa8..e60c01c 100644 --- a/btop/btop.conf +++ b/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v.1.4.6 +#? Config file for btop v.1.4.7 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" @@ -14,6 +14,11 @@ truecolor = true #* Will force 16-color mode and TTY theme, set all graph symbols to "tty" and swap out other non tty friendly symbols. force_tty = false +#* Option to disable presets. Either the default preset, custom presets, or all presets. +#* "Off" All presets are enabled. +#* "Default" preset is disabled.#* "Custom" presets are disabled.#* "All" presets are disabled. +disable_presets = "Off" + #* Define presets for the layout of the boxes. Preset 0 is always all boxes shown with default settings. Max 9 presets. #* Format: "box_name:P:G,box_name:P:G" P=(0 or 1) for alternate positions, G=graph symbol to use for box. #* Use whitespace " " as separator between different presets. @@ -24,6 +29,9 @@ presets = "cpu:1:default,proc:0:default cpu:0:default,mem:0:default,net:0:defaul #* Conflicting keys for h:"help" and k:"kill" is accessible while holding shift. vim_keys = false +#* Disable all mouse events. +disable_mouse = false + #* Rounded corners on boxes, is ignored if TTY mode is ON. rounded_corners = true @@ -53,10 +61,10 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. -shown_boxes = "cpu mem net proc" +shown_boxes = "proc net" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. -update_ms = 2000 +update_ms = 1900 #* 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. @@ -92,6 +100,9 @@ proc_left = false #* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). proc_filter_kernel = false +#* Should the process list follow the selected process when detailed view is open. +proc_follow_detailed = true + #* In tree-view, always accumulate child process resources in the parent process. proc_aggregate = false @@ -208,6 +219,9 @@ io_graph_combined = false #* Example: "/mnt/media:100 /:20 /boot:1". io_graph_speeds = "" +#* Swap the positions of the upload and download speed graphs. When true, upload will be on top. +swap_upload_download = false + #* Set fixed values for network graphs in Mebibits. Is only used if net_auto is also set to False. net_download = 100 @@ -250,7 +264,7 @@ rsmi_measure_pcie_speeds = true #* Horizontally mirror the GPU graph. gpu_mirror_graph = true -#* Set which GPU vendors to show. Available values are "nvidia amd intel" +#* Set which GPU vendors to show. Available values are "nvidia amd intel apple" shown_gpus = "nvidia amd intel" #* Custom gpu0 model name, empty string to disable. diff --git a/hypr/hyprland/bindings.conf b/hypr/hyprland/bindings.conf index c4d2c0b..db89b9d 100644 --- a/hypr/hyprland/bindings.conf +++ b/hypr/hyprland/bindings.conf @@ -12,7 +12,8 @@ bind = $mainModu SHIFT, B, exec, $browser2 bind = $mainMod, C, killactive, bind = $mainMod, E, exec, $fileManager bind = $mainMod, F, togglefloating, -bind = $mainMod, J, togglesplit, # dwindle +#bind = $mainMod, J, togglesplit, # dwindle +bind = $mainMod, J, layoutmsg, togglesplit dwindle bind = $mainMod, L, exec, hyprlock bind = $mainMod, M, exit, bind = $mainMod, N, exec, swaync-client -t -sw diff --git a/hypr/hyprland/input.conf b/hypr/hyprland/input.conf index 2e36236..763140c 100644 --- a/hypr/hyprland/input.conf +++ b/hypr/hyprland/input.conf @@ -13,6 +13,8 @@ input { # Change speed of keyboard repeat # repeat_rate = 40 # repeat_delay = 600 + accel_profile = flat + #force_no_accel = true follow_mouse = 1 numlock_by_default = true diff --git a/hypr/hyprland/looknfeel.conf b/hypr/hyprland/looknfeel.conf index 5892b83..caf47ce 100644 --- a/hypr/hyprland/looknfeel.conf +++ b/hypr/hyprland/looknfeel.conf @@ -63,7 +63,6 @@ decoration { #layerrule = ignorezero, waybar dwindle { - pseudotile = true # Master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below preserve_split = true # You probably want this } diff --git a/hypr/hyprland/windowrules.conf b/hypr/hyprland/windowrules.conf index d3d95d8..cf12b74 100644 --- a/hypr/hyprland/windowrules.conf +++ b/hypr/hyprland/windowrules.conf @@ -12,4 +12,4 @@ windowrule = suppress_event maximize, match:class .* windowrule = opacity 0.97 0.9, match:class .* # Runelite specific rule -windowrule = match:class ^(net-runelite-client-RuneLite)$, float on, size 1600 850, center on +#windowrule = match:class ^(net-runelite-client-RuneLite)$, float on, size 1600 850, center on diff --git a/zsh/zsh_profile b/zsh/zsh_profile index f1dcd8c..545d1be 100644 --- a/zsh/zsh_profile +++ b/zsh/zsh_profile @@ -21,9 +21,10 @@ alias sshmodem="ssh -o HostKeyAlgorithms=ssh-rsa admin@172.16.0.1" alias sshhome="ssh root@13.37.7.42" alias sshsylvia="ssh root@13.37.7.13" alias htb="sudo openvpn --config /etc/openvpn/client/htb.conf" -alias osrs="flatpak run com.jagexlauncher.JagexLauncher" +alias osrs="flatpak run com.adamcake.Bolt" alias vwgermany="ssh -L 8080:localhost:4567 root@13.37.7.42" alias cleanup='sudo pacman -Rs $(pacman -Qdtq)' +alias network='sudo systemctl stop wpa_supplicant.service && sudo systemctl restart NetworkManager && sudo ip link set wlp2s0 up' # Navigation & listing alias ls='eza --icons --group-directories-first'