mirror of git://git.suckless.org/svkbd
Various indentation fixes for a more consistent style
This commit is contained in:
parent
02f13a74c3
commit
b80819aa3f
|
@ -81,4 +81,3 @@ static char* layer_names[LAYERS] = {
|
||||||
static Key* available_layers[LAYERS] = {
|
static Key* available_layers[LAYERS] = {
|
||||||
keys_en,
|
keys_en,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -570,4 +570,3 @@ Buttonmod buttonmods[] = {
|
||||||
{ XK_Shift_L, Button2 },
|
{ XK_Shift_L, Button2 },
|
||||||
{ XK_Alt_L, Button3 },
|
{ XK_Alt_L, Button3 },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
3
svkbd.c
3
svkbd.c
|
@ -906,8 +906,7 @@ setup(void)
|
||||||
ch->res_class = name;
|
ch->res_class = name;
|
||||||
ch->res_name = name;
|
ch->res_name = name;
|
||||||
|
|
||||||
XSetWMProperties(dpy, win, &str, &str, NULL, 0, sizeh, wmh,
|
XSetWMProperties(dpy, win, &str, &str, NULL, 0, sizeh, wmh, ch);
|
||||||
ch);
|
|
||||||
|
|
||||||
XFree(keysyms);
|
XFree(keysyms);
|
||||||
XFree(ch);
|
XFree(ch);
|
||||||
|
|
Loading…
Reference in New Issue