Advertisement
learnlinuxtv

Untitled

Oct 16th, 2019
929
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. ## Add $HOME/bin to path:
  2. export PATH=$HOME/bin:$PATH
  3.  
  4. ## Desktop background
  5. nitrogen --restore &
  6.  
  7. ## tint2 Panel
  8. (sleep 1s && tint2) &
  9.  
  10. ## Volume icon
  11. volumeicon &
  12.  
  13. ## pcmanfm daemon (for faster startup and auto-mounting)
  14. pcmanfm -d &
  15.  
  16. ## Screensaver
  17. xscreensaver -no-splash &
  18.  
  19. ## Correct rxvt fonts
  20. xrdb /home/$USER/.Xresources &
  21.  
  22. ## Synapse
  23. synapse -s &
  24.  
  25. ## Network manager applet
  26. nm-applet &
  27.  
  28. ## Syncthing GTK
  29. /usr/bin/syncting-gtk
  30.  
  31. ## Compositing
  32. (sleep 6s && compton -CGb --no-fading-openclose --unredir-if-possible) &
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement