mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-06-26 11:48:33 +02:00
xsession: also unset TERM in systemd environment
This commit is contained in:
parent
91419dbe35
commit
ae050a18dc
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
exec < /dev/null
|
||||
unset TERM
|
||||
systemctl --user unset-environment TERM
|
||||
|
||||
# Ensure we use the appropriate gtkrc-2.0 file
|
||||
export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue