Plasma: write gtk2's gtkrc to right directory
This commit is contained in:
parent
ea6f1be016
commit
d016e5f21e
1 changed files with 1 additions and 1 deletions
|
|
@ -58,6 +58,6 @@ in
|
||||||
environment.etc = {
|
environment.etc = {
|
||||||
"xdg/gtk-4.0/settings.ini".text = gtk3and4settings;
|
"xdg/gtk-4.0/settings.ini".text = gtk3and4settings;
|
||||||
"xdg/gtk-3.0/settings.ini".text = gtk3and4settings;
|
"xdg/gtk-3.0/settings.ini".text = gtk3and4settings;
|
||||||
"xdg/gtkrc-2.0".text = gtk1and2settings;
|
"gtk-2.0/gtkrc".text = gtk1and2settings;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue