switch to hyprland lua

This commit is contained in:
2026-05-17 11:29:41 +02:00
parent dc0bfb0d23
commit 75675af8d1
46 changed files with 8711 additions and 10223 deletions
+29
View File
@@ -0,0 +1,29 @@
--############
--## INPUT ###
--############
-- https://wiki.hypr.land/Configuring/Variables/#input
-- Generated by hyprlang2lua. Review TODOs before reloading Hyprland.
hl.gesture({
fingers = 3,
direction = "horizontal",
action = "workspace",
})
hl.config({
input = {
kb_layout = "de",
kb_variant = "",
kb_model = "",
kb_options = "",
kb_rules = "",
follow_mouse = 1,
sensitivity = 0,
numlock_by_default = 1,
touchpad = {
natural_scroll = false,
},
},
-- See https://wiki.hypr.land/Configuring/Gestures
})