From 89828d004439f3457c8bff18bcdada59a1cc2210 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 30 May 2025 06:26:45 +0000 Subject: [PATCH] Local config loading fix --- source/ubl-settings-keyboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ubl-settings-keyboard.h b/source/ubl-settings-keyboard.h index 7abf6a6..eebd980 100644 --- a/source/ubl-settings-keyboard.h +++ b/source/ubl-settings-keyboard.h @@ -38,7 +38,7 @@ #define num_lock_boot_parameter_command "ubconfig --source global get keyboard NUMLOCK" #define yon_config_get_custom_command(target) yon_char_unite("ubconfig --source ",target," get keyboard XKBMODEL XKBLAYOUT XKBOPTIONS NUMLOCK",NULL) -#define config_get_local_command "ubconfig --source global get keyboard XKBMODEL XKBLAYOUT XKBOPTIONS NUMLOCK" +#define config_get_local_command "ubconfig --source system get keyboard XKBMODEL XKBLAYOUT XKBOPTIONS NUMLOCK" #define config_get_global_command "ubconfig --source global get keyboard XKBMODEL XKBLAYOUT XKBOPTIONS NUMLOCK" #define config_get_default_command ""