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
|
||||
mkdir $HOME/.config
|
||||
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
|
||||
|
|
|
|||
|
|
@ -133,8 +133,8 @@ Mwm*xeyes*clientDecoration: none
|
|||
XTerm*c132: true
|
||||
XTerm*geometry: +5+140
|
||||
!XTerm*background: #ea7eea7eea7e
|
||||
XTerm*background: white
|
||||
XTerm*foreground: black
|
||||
XTerm*background: black
|
||||
XTerm*foreground: white
|
||||
XTerm*pointerColor: red
|
||||
XTerm*cursorColor: purple
|
||||
XTerm*dynamicColors: true
|
||||
|
|
@ -147,10 +147,10 @@ XTerm*multiScroll: true
|
|||
XTerm*font: 9x15bold
|
||||
XTerm*Scrollbar*background: white
|
||||
XTerm*Scrollbar*foreground: grey
|
||||
XTerm*utf8: 1
|
||||
XTerm*eightBitInput: false
|
||||
XTerm*eightBitControl: false
|
||||
XTerm*eightBitOutput: true
|
||||
XTerm*utf8: 0
|
||||
|
||||
XTerm*VT100*translations: #override \n\
|
||||
Ctrl Meta <Key> ;: secure() \n\
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue