mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-07 05:58:28 -04:00
config/hyprland: set empty kb layout string by default
fixes #2851
port 1.5
(cherry picked from commit 25847c3f03)
This commit is contained in:
@@ -11,7 +11,8 @@ end)
|
|||||||
|
|
||||||
hl.config({
|
hl.config({
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "us",
|
-- empty inherits XKB_DEFAULT_LAYOUT (libxkbcommon), falls back to "us"
|
||||||
|
kb_layout = "",
|
||||||
numlock_by_default = true,
|
numlock_by_default = true,
|
||||||
follow_mouse = 0,
|
follow_mouse = 0,
|
||||||
touchpad = {
|
touchpad = {
|
||||||
|
|||||||
Reference in New Issue
Block a user