commit ff203d60021a00b3926d7a4eedb69053eaff97d0
parent 1973b9b2eb8fbac9ddf5162c32a3b7563c6d4dc2
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 9 Oct 2021 20:41:54 +0200
parent 1973b9b2eb8fbac9ddf5162c32a3b7563c6d4dc2
Author: Leah (ctucx) <leah@ctu.cx>
Date: Sat, 9 Oct 2021 20:41:54 +0200
configurations/gtk: limit recent-files to 10 items
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/configurations/gtk.nix b/configurations/gtk.nix @@ -21,6 +21,7 @@ #bookmarks extraConfig = { gtk-application-prefer-dark-theme = true; + gtk-recent-files-limit = 10; }; }; };