Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

user local xkb configuration not recognized #68

Open
Konfekt opened this issue Dec 3, 2022 · 1 comment
Open

user local xkb configuration not recognized #68

Konfekt opened this issue Dec 3, 2022 · 1 comment

Comments

@Konfekt
Copy link

Konfekt commented Dec 3, 2022

After

xkbcomp -I"$XDG_CONFIG_HOME/xkb" "$XDG_CONFIG_HOME/xkb/map" "$DISPLAY"

with"$XDG_CONFIG_HOME/xkb/map" reading, say


xkb_keymap {
	xkb_keycodes  { include "evdev+aliases(qwerty)"	};
	xkb_types     { include "complete"	};
	xkb_symbols   { include "pc+us(intl):1+ru(phonetic):2+inet(evdev)"	};
	xkb_geometry  { include "pc(pc105)"     };
};

then neither setxkbmap -query nor xkbswitch -l shows the loaded layouts, but instead those loaded on system startup, but they can be switched to.
Does someone know why?

@sergei-mironov
Copy link
Owner

xkb-switch uses the X11 api to obtain the layout information, so I would suggest to check how does the server interacts with the environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants