rearrange hyprland config; change back to old waybar: adjust waybar colors; add btop

This commit is contained in:
2025-11-28 13:20:58 -08:00
parent e1f34cb767
commit 0042568e34
103 changed files with 8055 additions and 2825 deletions

40
hypr/hyprland/input.conf Normal file
View File

@@ -0,0 +1,40 @@
#██ ███ ██ █████▄ ██ ██ ██████
#██ ██ ▀▄██ ██▄▄█▀ ██ ██ ██
#██ ██ ██ ██ ▀████▀ ██
# hide cursor after n sec
cursor {
inactive_timeout = 5
}
input {
kb_options = caps:none #deactivate capslock
# Change speed of keyboard repeat
# repeat_rate = 40
# repeat_delay = 600
follow_mouse = 1
numlock_by_default = true
# Increase sensitity for mouse/trackpack (default: 0)
sensitivity = 0 #0.35
touchpad {
# Use natural (inverse) scrolling
natural_scroll = false #true
# Use two-finger clicks for right-click instead of lower-right corner
clickfinger_behavior = true
# Control the speed of your scrolling
scroll_factor = 0.4
}
}
misc {
key_press_enables_dpms = true # key press will trigger wake
mouse_move_enables_dpms = true # mouse move will trigger wake
}