read rc3 as the default file now
This commit is contained in:
parent
373de009f7
commit
42e406d09d
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ Blackbox::Blackbox(int argc, char **m_argv, char *rc)
|
|||
S_IRGRP | S_IWGRP | S_IXGRP |
|
||||
S_IROTH | S_IWOTH | S_IXOTH);
|
||||
|
||||
if (! rc) rc = "~/.openbox/rc";
|
||||
if (! rc) rc = "~/.openbox/rc3";
|
||||
rc_file = expandTilde(rc);
|
||||
config.setFile(rc_file);
|
||||
|
||||
|
|
Loading…
Reference in a new issue