some more configs
This commit is contained in:
@@ -54,7 +54,7 @@ update_ms = 400
|
||||
|
||||
#* 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 direct"
|
||||
proc_sorting = "cpu lazy"
|
||||
|
||||
#* Reverse sorting order, True or False.
|
||||
proc_reversed = False
|
||||
|
||||
@@ -3,3 +3,4 @@ application/x-extension-html=google-chrome-unstable
|
||||
|
||||
[Default Applications]
|
||||
application/x-extension-html=google-chrome-unstable
|
||||
x-scheme-handler/eclipse+command=_usr_lib_dbeaver_.desktop
|
||||
|
||||
@@ -8,7 +8,7 @@ end
|
||||
|
||||
|
||||
config.hide_tab_bar_if_only_one_tab = true
|
||||
config.font = wezterm.font("DejaVu Sans Mono")
|
||||
config.font = wezterm.font("JetBrains Mono")
|
||||
config.font_size = 10.0
|
||||
config.adjust_window_size_when_changing_font_size = false
|
||||
|
||||
|
||||
@@ -6,3 +6,7 @@ Host vps
|
||||
HostName ***
|
||||
IdentityFile ~/.ssh/vps
|
||||
User ben
|
||||
|
||||
host remarkable
|
||||
HostName 192.168.0.18
|
||||
User root
|
||||
|
||||
Reference in New Issue
Block a user