mirror of
https://github.com/labwc/labwc.git
synced 2025-11-04 13:30:07 -05:00
rcxml: remove <lab><keyboard><layout> support
The preferred method is now to set this environment variable in ~/.config/labwc/enrivonment
This commit is contained in:
parent
138251abbe
commit
51507df2e7
1 changed files with 0 additions and 2 deletions
|
|
@ -144,8 +144,6 @@ entry(xmlNode *node, char *nodename, char *content)
|
|||
|
||||
if (!strcmp(nodename, "xdg_shell_server_side_deco.lab")) {
|
||||
rc.xdg_shell_server_side_deco = get_bool(content);
|
||||
} else if (!strcmp(nodename, "layout.keyboard.lab")) {
|
||||
setenv("XKB_DEFAULT_LAYOUT", content, 1);
|
||||
} else if (!strcmp(nodename, "name.theme")) {
|
||||
rc.theme_name = strdup(content);
|
||||
} else if (!strcmp(nodename, "name.font.theme")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue