Not even a little bit scary
This commit is contained in:
parent
b4b6058abd
commit
d8a5610b20
|
@ -1,15 +1,17 @@
|
|||
# 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.2.1
|
||||
htop_version=3.2.2
|
||||
config_reader_min_version=3
|
||||
fields=0 48 17 18 38 39 40 2 46 47 49 1
|
||||
hide_kernel_threads=1
|
||||
hide_userland_threads=1
|
||||
hide_running_in_container=0
|
||||
shadow_other_users=0
|
||||
show_thread_names=0
|
||||
show_program_path=0
|
||||
highlight_base_name=1
|
||||
highlight_deleted_exe=1
|
||||
shadow_distribution_path_prefix=0
|
||||
highlight_megabytes=1
|
||||
highlight_threads=1
|
||||
highlight_changes=0
|
||||
|
@ -22,8 +24,8 @@ screen_tabs=0
|
|||
detailed_cpu_time=0
|
||||
cpu_count_from_one=1
|
||||
show_cpu_usage=1
|
||||
show_cpu_frequency=0
|
||||
show_cpu_temperature=0
|
||||
show_cpu_frequency=1
|
||||
show_cpu_temperature=1
|
||||
degree_fahrenheit=0
|
||||
update_process_names=0
|
||||
account_guest_in_cpu_meter=0
|
||||
|
@ -37,14 +39,14 @@ column_meter_modes_0=1 1 1
|
|||
column_meters_1=RightCPUs2 Tasks LoadAverage Uptime
|
||||
column_meter_modes_1=1 2 2 2
|
||||
tree_view=0
|
||||
sort_key=47
|
||||
sort_key=46
|
||||
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_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command
|
||||
.sort_key=PERCENT_MEM
|
||||
.sort_key=PERCENT_CPU
|
||||
.tree_sort_key=PID
|
||||
.tree_view=0
|
||||
.tree_view_always_by_pid=0
|
||||
|
|
|
@ -26,7 +26,7 @@ enabled_layouts splits:split_axis=vertical,stack
|
|||
map ctrl+shift+1 change_font_size all 12.5
|
||||
map ctrl+shift+2 change_font_size all 18.5
|
||||
map ctrl+shift+3 change_font_size all 26
|
||||
map ctrl+shift+o launch --type=tab --stdin-source=@screen_scrollback hx
|
||||
map ctrl+shift+o launch --type=tab --stdin-source=@screen_scrollback $EDITOR
|
||||
|
||||
map ctrl+shift+equal change_font_size all +0.5
|
||||
map ctrl+shift+minus change_font_size all -0.5
|
||||
|
|
|
@ -26,7 +26,7 @@ paru -Sy --needed --noconfirm \
|
|||
htop bottom `# Process Management and System Resources Monitoring` \
|
||||
openssh mosh `# Remote Access` \
|
||||
openssl `# Crypto` \
|
||||
asdf-vm `# Version Manager` \
|
||||
rtx-bin `# Version Manager` \
|
||||
oath-toolkit `# TOTP Utility` \
|
||||
pass pass-otp `# Password Management` \
|
||||
sc-im `# Spreadsheets` \
|
||||
|
|
|
@ -12,6 +12,7 @@
|
|||
|
||||
paru -Sy --needed \
|
||||
xf86-input-libinput libinput libinput-gestures `# Trackpad Settings and Customizations` \
|
||||
brightnessctl `# Brightness CLI` \
|
||||
bluez bluez-libs bluez-utils bluez-tools `# Bluetooth` \
|
||||
catppuccin-gtk-theme-mocha elementary-icon-theme `# GUI Theme` \
|
||||
thunar thunar-volman gvfs `# GUI File Manager` \
|
||||
|
@ -25,18 +26,19 @@ paru -Sy --needed \
|
|||
gammastep `# Screen Color Temp Adjuster` \
|
||||
firefox `# Web Browser` \
|
||||
hunspell-en_US `# Firefox Spell Checking` \
|
||||
passff-host `# `pass` integration in Firefox` \
|
||||
passff-host `# pass integration in Firefox` \
|
||||
kitty `# Terminal Emulator` \
|
||||
wezterm `# Terminal Emulator` \
|
||||
pavucontrol pamixer libpulse `# Pulseaudio Controls` \
|
||||
pulsemixer pavucontrol pamixer libpulse `# Pulseaudio Controls` \
|
||||
playerctl `# Media Keys Controls` \
|
||||
feh `# Image Viewer` \
|
||||
hyprland hyprpaper `# Window Manager and Wallpaper` \
|
||||
polkit-kde-agent `# Privilege Escalation Prompts` \
|
||||
sway swaybg `# Window Manager and Wallpaper` \
|
||||
wofi `# Launcher` \
|
||||
polkit polkit-kde-agent `# Privilege Escalation Prompts` \
|
||||
swaylock swayidle `# Locking and Idling` \
|
||||
mako `# Notification Daemon` \
|
||||
slurp grim wl-clipboard `# Screenshots and Clipboard Utilities` \
|
||||
pipewire pipewire-pulse wireplumber `# Audio` \
|
||||
xdg-desktop-portal xdg-desktop-portal-hyprland-git `# Screensharing` \
|
||||
xdg-desktop-portal xdg-desktop-portal-wlr `# Screensharing` \
|
||||
obs-studio `# Live Streaming` \
|
||||
eww-wayland `# Bar & Widgets`
|
||||
eww-wayland `# Bar & Widgets`
|
|
@ -8,9 +8,9 @@ set $mod Mod4
|
|||
|
||||
xwayland enable
|
||||
focus_wrapping no
|
||||
gaps inner 0
|
||||
gaps inner 5
|
||||
smart_borders on
|
||||
default_border pixel 3
|
||||
default_border pixel 2
|
||||
focus_follows_mouse no
|
||||
mouse_warping none
|
||||
popup_during_fullscreen smart
|
||||
|
|
Reference in a new issue