Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin/rainbow-easy
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rainbow-easy')
-rwxr-xr-xbin/rainbow-easy2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/rainbow-easy b/bin/rainbow-easy
index 85733c5..e97b254 100755
--- a/bin/rainbow-easy
+++ b/bin/rainbow-easy
@@ -24,6 +24,7 @@ def main():
env = EnvMerge()
path = env.parent_envvar("PATH") or ""
+ term = env.parent_envvar("TERM") or ""
display = env.prefer_our_envvar("DISPLAY") or ""
xauthority = env.prefer_our_envvar("XAUTHORITY") or ""
@@ -36,6 +37,7 @@ def main():
"-E", "DISPLAY="+display,
"-E", "XAUTHORITY="+xauthority,
"-E", "PATH="+path,
+ "-E", "TERM="+term,
"-a", "/usr/bin/rainbow-xify",
"-o", "audio",
"-o", "network",