Compare commits
No commits in common. "ce139539947a4bf9b4a7c39592b0ce1e90f7c497" and "91658e6282ea0789148ec906d3fc179c013703bd" have entirely different histories.
ce13953994
...
91658e6282
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`/xfce4/autostart $HOME/.config/autostart
|
/bin/ln -sf `pwd`/xfce/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: black
|
XTerm*background: white
|
||||||
XTerm*foreground: white
|
XTerm*foreground: black
|
||||||
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