Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /etc/environment
- QT_QPA_PLATFORMTHEME=qt5ct
- WINEARCH=win32
- ~/.bash_profile
- export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:$HOME/.bin
- if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty1 ]; then
- startx
- fi
- ~/.xinitrc
- #!/bin/bash
- #exec ck-launch-session dbus-launch --sh-syntax --exit-with-session /usr/bin/awesome
- #exec /usr/bin/awesome >> ~/.cache/awesome/stdout 2>> ~/.cache/awesome/stderr
- xrdb -merge ~/.Xdefaults
- exec /usr/bin/awesome
- #exec /usr/bin/blackbox
- export GTK2_RC_FILES="$HOME/.gtkrc-2.0.mine"
- default:
- /etc/profile
- /etc/bash.bashrc
- ~/.profile
- ~/.bashrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement