mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-07-15 20:54:21 +02:00
xsession: unset TERM
When using startx, it is set, we don't want that.
This commit is contained in:
parent
f854a0fedf
commit
91419dbe35
1 changed files with 2 additions and 0 deletions
2
dotfiles/xsession
Normal file → Executable file
2
dotfiles/xsession
Normal file → Executable file
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
unset TERM
|
||||||
|
|
||||||
# Ensure we use the appropriate gtkrc-2.0 file
|
# Ensure we use the appropriate gtkrc-2.0 file
|
||||||
export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
export GTK2_RC_FILES=$HOME/.gtkrc-2.0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue