mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
Another messed up keybinding.
I blame todd... ok okan@
This commit is contained in:
parent
19ae2f65de
commit
f14a3eeebf
2
conf.c
2
conf.c
@ -196,7 +196,7 @@ conf_setup(struct conf *c)
|
|||||||
conf_bindname(c, "CM-n", "label");
|
conf_bindname(c, "CM-n", "label");
|
||||||
conf_bindname(c, "CM-x", "delete");
|
conf_bindname(c, "CM-x", "delete");
|
||||||
conf_bindname(c, "CM-Escape", "groupselect");
|
conf_bindname(c, "CM-Escape", "groupselect");
|
||||||
conf_bindname(c, "CM-0", "group0");
|
conf_bindname(c, "CM-0", "nogroup");
|
||||||
conf_bindname(c, "CM-1", "group1");
|
conf_bindname(c, "CM-1", "group1");
|
||||||
conf_bindname(c, "CM-2", "group2");
|
conf_bindname(c, "CM-2", "group2");
|
||||||
conf_bindname(c, "CM-3", "group3");
|
conf_bindname(c, "CM-3", "group3");
|
||||||
|
Loading…
Reference in New Issue
Block a user