diff options
| author | Raymaekers Luca <luca@spacehb.net> | 2025-09-22 23:07:07 +0200 |
|---|---|---|
| committer | Raymaekers Luca <luca@spacehb.net> | 2025-09-22 23:07:07 +0200 |
| commit | 786980c44e802192e39ae6c98d8d8d3b07dda296 (patch) | |
| tree | b09b0b746eb92aaee8468485d57b6cbf1657f899 /config | |
| parent | 5cd2cef151c5aa8102ee4555a02634d911c0c9dc (diff) | |
checkpoint
Diffstat (limited to 'config')
| -rw-r--r-- | config/essentials/gnupg/gpg-agent.conf | 1 | ||||
| -rw-r--r-- | config/theme/gtk-2.0/gtkfilechooser.ini | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/config/essentials/gnupg/gpg-agent.conf b/config/essentials/gnupg/gpg-agent.conf index 5ac350f..7e49ab6 100644 --- a/config/essentials/gnupg/gpg-agent.conf +++ b/config/essentials/gnupg/gpg-agent.conf @@ -1,2 +1,3 @@ max-cache-ttl 60480000 default-cache-ttl 60480000 +allow-preset-passphrase diff --git a/config/theme/gtk-2.0/gtkfilechooser.ini b/config/theme/gtk-2.0/gtkfilechooser.ini index 289d0f4..62930e9 100644 --- a/config/theme/gtk-2.0/gtkfilechooser.ini +++ b/config/theme/gtk-2.0/gtkfilechooser.ini @@ -2,10 +2,10 @@ LocationMode=path-bar ShowHidden=false ShowSizeColumn=true -GeometryX=0 -GeometryY=0 -GeometryWidth=836 -GeometryHeight=697 +GeometryX=-1 +GeometryY=-1 +GeometryWidth=-1 +GeometryHeight=-1 SortColumn=name SortOrder=ascending StartupMode=recent |
