# The GTK file chooser shows dotfiles. # # The rest of Alloy already does: yazi shows hidden files, and helix's picker # shows them. The GTK chooser was the one place a developer workstation hid # them and waited to be told Ctrl-H, which is the inconsistency this closes. # # Both schemas, because GTK3 and GTK4 keep separate ones and an app is only # covered by the version it links. [org/gtk/settings/file-chooser] show-hidden=true [org/gtk/gtk4/settings/file-chooser] show-hidden=true