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