Add hyprland configs

This commit is contained in:
2025-10-18 01:57:46 +02:00
commit 9e7b62bae4
15 changed files with 455 additions and 0 deletions

12
hypr/config/input.conf Normal file
View File

@@ -0,0 +1,12 @@
# ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
# ┃ Input Configuration ┃
# ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
# Input wiki https://wiki.hyprland.org/Configuring/Variables/#input
input {
follow_mouse = 2 # 0|1|2|3
float_switch_override_focus = 2
sensitivity = 0.25
accel_profile = flat
}