Results 1 to 2 of 2

Thread: autorun program

  1. #1
    Join Date
    Mar 2012
    Beans
    8

    autorun program

    Ive looked and asked around but can find anything that works... Im trying to get conky to start as any user logs on to the system.

  2. #2
    Join Date
    Mar 2012
    Beans
    8

    Re: autorun program

    I found it... I had to write a script

    Code:
    #!/bin/bash
    sleep 5 && conky &
    the sleep 5 is to delay conky from starting always on top of all windows.

    I named it conky_start.sh and placed it in /etc/profile.d

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •