about summary refs log tree commit diff
path: root/profile/.profile.d/urxvt.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--profile/.profile.d/urxvt.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/profile/.profile.d/urxvt.sh b/profile/.profile.d/urxvt.sh
new file mode 100644
index 0000000..c08a63d
--- /dev/null
+++ b/profile/.profile.d/urxvt.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+if command -v urxvt >/dev/null 2>&1; then
+	export RXVT_SOCKET="${XDG_RUNTIME_DIR}/urxvtd.socket"
+	export URXVT_PERL_LIB="${XDG_DATA_HOME}/urxvt/ext"
+fi

Consider giving Nix/NixOS a try! <3