start 914 B

12345678910111213141516171819202122232425
  1. #!/bin/sh
  2. # PekWM start file
  3. # This file is a simple shell script; It gets run on pekwm startup, after
  4. # the theme and all config has loaded if it is set executable
  5. # (chmod +x start).
  6. #
  7. # This is different from ~/.xinitrc because a normal configuration of
  8. # .xinitrc you'll run all commands, then launch the window manager last.
  9. #
  10. # It also gets re-run every time pekwm is restarted.
  11. #
  12. # As for it's usefulness, well, it's up to you. I actually set my background
  13. # from my start file; since it runs after the theme gets loaded, this
  14. # effectively overrides whatever's in the theme.
  15. #
  16. # There's probably a few other good uses for it, too. I mainly pushed for it
  17. # because when I was doing fluxbox's docs, people used to complain that there
  18. # wasn't one, and I wanted to avoid that for pekwm. ;) --eyez
  19. nitrogen --set-zoom-fill --random &
  20. transmission-init.sh &
  21. # tint2 &
  22. hpanel &
  23. tmux-session.sh
  24. # polybar.sh