.awesome/autostart.lua

11 lines
480 B
Lua
Raw Normal View History

2013-03-12 00:32:44 +04:00
os.execute ("numlockx on &")
os.execute ("xsetroot -cursor_name left_ptr &")
os.execute ("xscreensaver -no-splash &")
os.execute ("pidgin &")
os.execute ("pgrep stardict || stardict &")
os.execute ("pgrep urxvt || urxvt &")
os.execute ("pgrep firefox || firefox &")
2013-04-15 11:58:47 +04:00
os.execute ("pgrep firefox-bin || firefox-bin &")
2013-05-02 09:30:39 +04:00
os.execute ("smbnetfs "..os.getenv("HOME").."/smb -o umask=111")
2013-03-12 00:32:44 +04:00
os.execute (os.getenv("HOME").."/.config/awesome/set_wall.sh "..os.getenv("HOME").."/wallpapers/")