diff options
Diffstat (limited to 'dotfiles/.local/bin/setsessionenv')
-rwxr-xr-x | dotfiles/.local/bin/setsessionenv | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dotfiles/.local/bin/setsessionenv b/dotfiles/.local/bin/setsessionenv index 23e2a1a..85479e0 100755 --- a/dotfiles/.local/bin/setsessionenv +++ b/dotfiles/.local/bin/setsessionenv @@ -14,7 +14,8 @@ export XDG_RUNTIME_DIR=%s export DBUS_SESSION_BUS_ADDRESS=%s export DBUS_SESSION_BUS_PID=%s export I3SOCK=%s -export SWAYSOCK=%s"\ +export SWAYSOCK=%s +export NIRI_SOCKET=%s"\ "$PASSWORD_STORE_DIR" \ "$GTK2_RC_FILES" \ "$DISPLAY" \ @@ -26,4 +27,5 @@ export SWAYSOCK=%s"\ "$DBUS_SESSION_BUS_ADDRESS" \ "$DBUS_SESSION_BUS_PID" \ "$I3SOCK" \ - "$SWAYSOCK" > ~/.cache/sessionenv + "$SWAYSOCK" \ + "$NIRI_SOCKET" > ~/.cache/sessionenv |