Compare commits
No commits in common. "34ab4270a5b0398e11e1800cdce8261e359b934f" and "ce139539947a4bf9b4a7c39592b0ce1e90f7c497" have entirely different histories.
34ab4270a5
...
ce13953994
4 changed files with 0 additions and 42 deletions
|
|
@ -17,6 +17,3 @@ fi
|
|||
|
||||
|
||||
/bin/ln -sf `pwd`/readline/inputrc $HOME/.inputrc
|
||||
|
||||
|
||||
/bin/ln -sf `pwd`/vim/vimrc $HOME/.vim/vimrc
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
:set term=$TERM
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=0.9.4
|
||||
Type=Application
|
||||
Name=bkuhn-autostart-commands
|
||||
Comment=Shell Script of commands that run at xfce startup for bkuhn
|
||||
Exec=/home/bkuhn/public-config/xfce4/bkuhn-startup.sh
|
||||
OnlyShowIn=XFCE;
|
||||
RunHook=0
|
||||
StartupNotify=false
|
||||
Terminal=false
|
||||
Hidden=false
|
||||
|
||||
|
|
@ -1,25 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
export PATH=$HOME/bin:$PATH
|
||||
|
||||
PUBLIC_CONFIG_PATH=$HOME/public-config
|
||||
|
||||
set -x
|
||||
|
||||
echo "I AM HERE IN THE STARTUP" >> $HOME/X_STARTUP_LOG
|
||||
umask 077
|
||||
|
||||
PATH=$HOME/bin:$PATH
|
||||
export PATH
|
||||
|
||||
if [ -f ~/.airplane-mode ]; then
|
||||
# xrdb -merge FIXME
|
||||
echo Bring over airplane mode!
|
||||
else
|
||||
xrdb -merge $HOME/public-config/x11-and-wayland/Xdefaults
|
||||
fi
|
||||
|
||||
chmod 640 $HOME/.Xauthority
|
||||
|
||||
export GDK_USE_XFT=1
|
||||
export QT_XFT=1
|
||||
Loading…
Add table
Reference in a new issue