xkb config

This commit is contained in:
Tony Crisci 2017-12-15 05:22:51 -05:00
parent 92fef27eaa
commit 9eecbb5d8a
12 changed files with 195 additions and 5 deletions

View file

@ -158,6 +158,7 @@ static void log_distro() {
}
static void log_kernel() {
return;
FILE *f = popen("uname -a", "r");
if (!f) {
sway_log(L_INFO, "Unable to determine kernel version");