Remove stubs for reloadconfig.
- reloadconfig never worked properly. There were a number of circumstances under which it would crash awesome. - reloadconfig always leaked memory, because our cleanup process was never perfect. Making it perfect would be Hard. - Just exec-ing awesome over the top of itself is an OK solution. Maybe we should add a uicb_restart to do this so users don't have to think about uicb_exec.
This commit is contained in:
parent
f36a56cdcc
commit
a6bb5abfef
|
@ -283,12 +283,6 @@ keys
|
|||
key = "q"
|
||||
command = "quit"
|
||||
}
|
||||
key
|
||||
{
|
||||
modkey = {"Mod4", "Control"}
|
||||
key = "r"
|
||||
command = "reloadconfig"
|
||||
}
|
||||
|
||||
key
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue