diff options
author | Rose <rose@pinkro.se> | 2025-09-08 22:31:05 +0200 |
---|---|---|
committer | Rose <rose@pinkro.se> | 2025-09-08 22:31:05 +0200 |
commit | 1e8edffcad8c4f8d21f4f358f52e98304e00ba41 (patch) | |
tree | 1015f2080a809837a7de354fe213f0f9d0245389 | |
parent | 39d8e12abfc177015b9f2af8617906dcf212c05d (diff) | |
download | dotfiles-1e8edffcad8c4f8d21f4f358f52e98304e00ba41.tar.gz dotfiles-1e8edffcad8c4f8d21f4f358f52e98304e00ba41.tar.bz2 |
rc: add NIRI_SOCKET to allowed envs
-rw-r--r-- | rc/.config/rc/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/.config/rc/rc.conf b/rc/.config/rc/rc.conf index 785403e..239bd8d 100644 --- a/rc/.config/rc/rc.conf +++ b/rc/.config/rc/rc.conf @@ -1 +1 @@ -rc_env_allow="WAYLAND_DISPLAY DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR" +rc_env_allow="WAYLAND_DISPLAY DBUS_SESSION_BUS_ADDRESS XDG_RUNTIME_DIR NIRI_SOCKET" |