diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-15 05:22:51 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-15 05:22:51 -0500 |
commit | 9eecbb5d8a988a0dded57ead1982dd0121071454 (patch) | |
tree | 3b02befcc78d300a0fd84b5962b323d015369398 /sway/main.c | |
parent | 92fef27eaa0b52c9d37bdabff14ae21cd6660f46 (diff) |
xkb config
Diffstat (limited to 'sway/main.c')
-rw-r--r-- | sway/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/main.c b/sway/main.c index 363f4d96..25032aa0 100644 --- a/sway/main.c +++ b/sway/main.c @@ -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"); |