Selection

Selected file

input.lua

.config/hypr/lua/input.lua

hl.config({
    input = {
        -- Custom layout from ~/.config/xkb/symbols/magnus
        -- US base without dead keys, umlauts on AltGr+a/o/u, ß on AltGr+s
        kb_layout = "magnus",
        kb_variant = "umlaut",
        follow_mouse = 1,
        sensitivity = 0,
    },
})