sound, helix

This commit is contained in:
2026-05-03 10:31:04 +03:00
parent cbf81265c4
commit 6dda94703c
4 changed files with 12 additions and 5 deletions
+5 -2
View File
@@ -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"
+4 -3
View File
@@ -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
@@ -0,0 +1,3 @@
pulse.cmd = [
{ cmd = "load-module" args = "module-switch-on-connect" }
]