From 4301b821835e8e55640312e78777e25c9243e7fb Mon Sep 17 00:00:00 2001 From: awy Date: Sun, 24 Nov 2024 22:17:00 +0300 Subject: change stuff --- .config/dwl/start | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.config/dwl/start') diff --git a/.config/dwl/start b/.config/dwl/start index d20b2d4..36bb503 100755 --- a/.config/dwl/start +++ b/.config/dwl/start @@ -9,6 +9,7 @@ export LIBVA_DRIVER_NAME=nvidia export __GLX_VENDOR_LIBRARY_NAME=nvidia export QT_QPA_PLATFORM=wayland export QT_WAYLAND_DISABLE_WINDOWDECORATION=1 +export QT_QPA_PLATFORMTHEME=qt6ct export XDG_SESSION_TYPE=wayland export MOZ_ENABLE_WAYLAND=1 export GDK_BACKEND=wayland @@ -23,6 +24,12 @@ export SUDO=doas export __GL_THREADED_OPTIMIZATIONS=0 +gpg-connect-agent updatestartuptty /bye >/dev/null +unset SSH_AGENT_PID +if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then + export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" +fi + mkfifo $XDG_RUNTIME_DIR/statuspipe someblocks -p > $XDG_RUNTIME_DIR/statuspipe & dbus-run-session dwl -s '$XDG_CONFIG_HOME/dwl/autostart &> /dev/null' < $XDG_RUNTIME_DIR/statuspipe -- cgit v1.2.3