Use GTK3 pinentry program

master
Quentin Duchemin 2023-12-18 15:17:18 +01:00
parent 3cfd6b8818
commit 4427295a1d
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
2 changed files with 5 additions and 1 deletions

View File

@ -1,4 +1,4 @@
enable-ssh-support
default-cache-ttl 3600
max-cache-ttl 7200
pinentry-program /usr/bin/pinentry-gtk-2
pinentry-program /usr/bin/pinentry-gnome3

View File

@ -1,5 +1,9 @@
xrandr --output DVI-I-1 --auto --output HDMI-1 --auto --scale 1x1 --right-of DVI-I-1
xrdb -merge /home/.Xresources
# Propagate environment variables to dbus-daemon, necessary for
# pinentry-gnome3 to properly display without falling
# back to ncurses.
dbus-update-activation-environment DISPLAY XAUTHORITY
WALLPAPER_PATH="/home/.local/share/backgrounds/wallpaper.jpg"
if [ -f ${WALLPAPER_PATH} ]; then
feh --bg-scale ${WALLPAPER_PATH}