This commit is contained in:
Zacharias-Brohn
2026-01-19 18:40:28 +01:00
parent 8bd6547af9
commit 567faff34e
85 changed files with 2182 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
# -----------------------------------------------------
# Keyboard Layout
# https://wiki.hyprland.org/Configuring/Variables/#input
# -----------------------------------------------------
input {
kb_layout = se,us
kb_variant =
kb_model =
kb_options = grp:win_space_toggle
numlock_by_default = true
mouse_refocus = false
sensitivity = 0.1
accel_profile = flat
follow_mouse = 1
follow_mouse_threshold = 2
focus_on_close = 1
}
# gestures {
# workspace_swipe = true
# }