add hyprland lua conf for laptops
nixos config pipeline / show-flake (push) Successful in 22s
nixos config pipeline / deploy (push) Successful in 56s

This commit is contained in:
smayzy
2026-08-26 23:40:14 +02:00
parent 5210fb36a0
commit 01e8bed0fc
8 changed files with 242 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
--Set inputs here
hl.config({
input = {
kb_layout = "fr",
kb_variant = "",
kb_model = "pc105",
kb_options = "terminate:ctrl_alt_bksp",
kb_rules = "",
follow_mouse = 1,
sensitivity = 0,
touchpad = {
natural_scroll = false,
},
},
cursor = {
no_hardware_cursors = 0,
}
})