Use GTK3 pinentry program
parent
3cfd6b8818
commit
4427295a1d
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue