Advertisement
constantin-net

sbin

Aug 18th, 2021
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. /etc/environment
  2.  
  3. QT_QPA_PLATFORMTHEME=qt5ct
  4. WINEARCH=win32
  5.  
  6. ~/.bash_profile
  7.  
  8. export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:$HOME/.bin
  9. if [ -z "$DISPLAY" ] && [ $(tty) == /dev/tty1 ]; then
  10. startx
  11. fi
  12.  
  13. ~/.xinitrc
  14.  
  15. #!/bin/bash
  16. #exec ck-launch-session dbus-launch --sh-syntax --exit-with-session /usr/bin/awesome
  17. #exec /usr/bin/awesome >> ~/.cache/awesome/stdout 2>> ~/.cache/awesome/stderr
  18. xrdb -merge ~/.Xdefaults
  19. exec /usr/bin/awesome
  20. #exec /usr/bin/blackbox
  21. export GTK2_RC_FILES="$HOME/.gtkrc-2.0.mine"
  22.  
  23. default:
  24. /etc/profile
  25. /etc/bash.bashrc
  26. ~/.profile
  27. ~/.bashrc
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement