aboutsummaryrefslogtreecommitdiff
path: root/.config/hypr
diff options
context:
space:
mode:
authorawy <awy@awy.one>2024-10-28 00:13:29 +0300
committerawy <awy@awy.one>2024-10-28 00:13:29 +0300
commit881d9ed9e627501af7ecdf05f4aeaf5e69020114 (patch)
treeef10f2bd24181f29ed2f82f4beed9653886b5672 /.config/hypr
parent2bd226d29b2d579088a0b95bcb13a8e7761a6e29 (diff)
fix
Diffstat (limited to '.config/hypr')
-rw-r--r--.config/hypr/hyprland.conf3
-rwxr-xr-x.config/hypr/start6
2 files changed, 2 insertions, 7 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf
index aecf747..7767d41 100644
--- a/.config/hypr/hyprland.conf
+++ b/.config/hypr/hyprland.conf
@@ -9,8 +9,9 @@ exec-once=dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRE
exec-once = pipewire & pipewire-pulse & wireplumber
exec-once = start-portal
exec-once = hyprpaper & dunst
-exec-once = sleep 2.5 && waybar
exec-once = lxqt-policykit-agent
+exec-once = gpg-agent --daemon
+exec-once = sleep 2.5 && waybar
env = QT_SCREEN_SCALE_FACTORS,1;1
env = XCURSOR_SIZE,24
diff --git a/.config/hypr/start b/.config/hypr/start
index 05c20f4..1a33484 100755
--- a/.config/hypr/start
+++ b/.config/hypr/start
@@ -4,10 +4,4 @@ export XDG_RUNTIME_DIR="/tmp/hyprland"
mkdir -p $XDG_RUNTIME_DIR
chmod 0700 $XDG_RUNTIME_DIR
-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
-
exec dbus-launch --exit-with-session Hyprland