mirror of
https://github.com/swaywm/sway.git
synced 2025-11-09 13:29:49 -05:00
xkb config
This commit is contained in:
parent
92fef27eaa
commit
9eecbb5d8a
12 changed files with 195 additions and 5 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue