Compare commits
3 commits
91658e6282
...
ce13953994
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ce13953994 | ||
|
|
1e5a700ae0 | ||
|
|
ffe9b5d845 |
2 changed files with 4 additions and 4 deletions
|
|
@ -13,7 +13,7 @@ fi
|
||||||
if [ ! -d $HOME/.config ]; then
|
if [ ! -d $HOME/.config ]; then
|
||||||
mkdir $HOME/.config
|
mkdir $HOME/.config
|
||||||
fi
|
fi
|
||||||
/bin/ln -sf `pwd`/xfce/autostart $HOME/.config/autostart
|
/bin/ln -sf `pwd`/xfce4/autostart $HOME/.config/autostart
|
||||||
|
|
||||||
|
|
||||||
/bin/ln -sf `pwd`/readline/inputrc $HOME/.inputrc
|
/bin/ln -sf `pwd`/readline/inputrc $HOME/.inputrc
|
||||||
|
|
|
||||||
|
|
@ -133,8 +133,8 @@ Mwm*xeyes*clientDecoration: none
|
||||||
XTerm*c132: true
|
XTerm*c132: true
|
||||||
XTerm*geometry: +5+140
|
XTerm*geometry: +5+140
|
||||||
!XTerm*background: #ea7eea7eea7e
|
!XTerm*background: #ea7eea7eea7e
|
||||||
XTerm*background: white
|
XTerm*background: black
|
||||||
XTerm*foreground: black
|
XTerm*foreground: white
|
||||||
XTerm*pointerColor: red
|
XTerm*pointerColor: red
|
||||||
XTerm*cursorColor: purple
|
XTerm*cursorColor: purple
|
||||||
XTerm*dynamicColors: true
|
XTerm*dynamicColors: true
|
||||||
|
|
@ -147,10 +147,10 @@ XTerm*multiScroll: true
|
||||||
XTerm*font: 9x15bold
|
XTerm*font: 9x15bold
|
||||||
XTerm*Scrollbar*background: white
|
XTerm*Scrollbar*background: white
|
||||||
XTerm*Scrollbar*foreground: grey
|
XTerm*Scrollbar*foreground: grey
|
||||||
|
XTerm*utf8: 1
|
||||||
XTerm*eightBitInput: false
|
XTerm*eightBitInput: false
|
||||||
XTerm*eightBitControl: false
|
XTerm*eightBitControl: false
|
||||||
XTerm*eightBitOutput: true
|
XTerm*eightBitOutput: true
|
||||||
XTerm*utf8: 0
|
|
||||||
|
|
||||||
XTerm*VT100*translations: #override \n\
|
XTerm*VT100*translations: #override \n\
|
||||||
Ctrl Meta <Key> ;: secure() \n\
|
Ctrl Meta <Key> ;: secure() \n\
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue