diff --git a/common/.config/btop/btop.conf b/common/.config/btop/btop.conf index 7037a57..3321309 100644 --- a/common/.config/btop/btop.conf +++ b/common/.config/btop/btop.conf @@ -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 diff --git a/common/.config/mimeapps.list b/common/.config/mimeapps.list index 9168ef0..6f2599f 100644 --- a/common/.config/mimeapps.list +++ b/common/.config/mimeapps.list @@ -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 diff --git a/common/.config/wezterm/wezterm.lua b/common/.config/wezterm/wezterm.lua index 1327b47..e4e9a54 100644 --- a/common/.config/wezterm/wezterm.lua +++ b/common/.config/wezterm/wezterm.lua @@ -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 diff --git a/common/.ssh/config b/common/.ssh/config index e73a9e2..4955c91 100644 --- a/common/.ssh/config +++ b/common/.ssh/config @@ -6,3 +6,7 @@ Host vps HostName *** IdentityFile ~/.ssh/vps User ben + +host remarkable + HostName 192.168.0.18 + User root