first commit

This commit is contained in:
Domipoke
2026-06-25 19:17:20 +02:00
commit 9360ba8e8a
27 changed files with 1360 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
-- #############
-- ### INPUT ###
-- #############
-- # https://wiki.hyprland.org/Configuring/Variables/#input
hl.config({
input = {
kb_layout = "it",
follow_mouse = 1,
sensitivity = 0, -- # -1.0 - 1.0, 0 means no modification.
touchpad = {
natural_scroll = true
},
}
})