rearrange hyprland config; change back to old waybar: adjust waybar colors; add btop
This commit is contained in:
40
hypr/hyprland/input.conf
Normal file
40
hypr/hyprland/input.conf
Normal 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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user