24/07/2026

This commit is contained in:
Domipoke
2026-07-24 14:34:57 +02:00
parent 44b9c40c44
commit 24a7513e69
36 changed files with 177 additions and 158 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
},
}
})