diff --git a/.config/helix/config.toml b/.config/helix/config.toml index edecf2e..1ddaedd 100644 --- a/.config/helix/config.toml +++ b/.config/helix/config.toml @@ -57,7 +57,8 @@ right = [ [editor.lsp] display-progress-messages = true # looks cool -auto-signature-help = true +auto-signature-help = false +auto-document-highlight = false display-inlay-hints = false # meh [editor.cursor-shape] @@ -225,10 +226,12 @@ n = ":toggle line-number absolute relative" b = ":toggle bufferline never multiple" r = ":toggle rulers [] [80,100]" g = ":toggle indent-guides.render" -i = ":toggle lsp.display-inlay-hints" e = ":toggle end-of-line-diagnostics disable hint" d = ":toggle inline-diagnostics.cursor-line disable warning" D = ":toggle inline-diagnostics.other-lines disable error" +s = ":toggle lsp.auto-signature-help" +h = ":toggle lsp.auto-document-highlight" +i = ":toggle lsp.display-inlay-hints" l = ":lsp-stop" L = ":lsp-restart" A-l = ":run-shell-command systemctl --user restart lspmux.service" diff --git a/.config/htop/htoprc b/.config/htop/htoprc index dcf018a..674731c 100644 --- a/.config/htop/htoprc +++ b/.config/htop/htoprc @@ -1,6 +1,6 @@ # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. -htop_version=3.4.1-3.4.1 +htop_version=3.5.0-3.5.0 config_reader_min_version=3 fields=0 48 17 18 38 40 39 2 50 37 46 47 49 1 hide_kernel_threads=1 @@ -23,6 +23,7 @@ header_margin=1 screen_tabs=0 detailed_cpu_time=0 cpu_count_from_one=0 +show_cpu_smt_labels=0 show_cpu_usage=1 show_cpu_frequency=1 show_cpu_temperature=1 @@ -40,14 +41,14 @@ column_meter_modes_0=1 1 column_meters_1=DateTime Uptime LoadAverage Tasks Battery DiskIO NetworkIO Memory Swap column_meter_modes_1=2 2 2 2 2 2 2 1 1 tree_view=0 -sort_key=46 +sort_key=47 tree_sort_key=0 sort_direction=-1 tree_sort_direction=1 tree_view_always_by_pid=0 all_branches_collapsed=0 screen:Main=PID USER PRIORITY NICE M_VIRT M_SHARE M_RESIDENT STATE NLWP PROCESSOR PERCENT_CPU PERCENT_MEM TIME Command -.sort_key=PERCENT_CPU +.sort_key=PERCENT_MEM .tree_sort_key=PID .tree_view_always_by_pid=0 .tree_view=0 diff --git a/.config/pipewire/pipewire-pulse.d/10-adjust-quirks.conf b/.config/pipewire/pipewire-pulse.conf.d/adjust-quirks.conf similarity index 100% rename from .config/pipewire/pipewire-pulse.d/10-adjust-quirks.conf rename to .config/pipewire/pipewire-pulse.conf.d/adjust-quirks.conf diff --git a/.config/pipewire/pipewire-pulse.conf.d/switch-on-connect.conf b/.config/pipewire/pipewire-pulse.conf.d/switch-on-connect.conf new file mode 100644 index 0000000..afd885c --- /dev/null +++ b/.config/pipewire/pipewire-pulse.conf.d/switch-on-connect.conf @@ -0,0 +1,3 @@ +pulse.cmd = [ + { cmd = "load-module" args = "module-switch-on-connect" } +]