force delete recently used
This commit is contained in:
parent
8fc434d1c6
commit
14a0e719c8
|
|
@ -7,6 +7,12 @@
|
||||||
|
|
||||||
xdg.dataFile."bell.wav".source = ./bell.wav;
|
xdg.dataFile."bell.wav".source = ./bell.wav;
|
||||||
xdg.dataFile."wallpaper.png".source = ./wallpaper.png;
|
xdg.dataFile."wallpaper.png".source = ./wallpaper.png;
|
||||||
xdg.dataFile."recently-used.xbel".text = "";
|
xdg.dataFile."recently-used.xbel" = {
|
||||||
xdg.dataFile."RecentDocuments".text = "";
|
text = "";
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
|
xdg.dataFile."RecentDocuments" = {
|
||||||
|
text = "";
|
||||||
|
force = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue