switch to hyprland lua
This commit is contained in:
@@ -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
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user