.awesome/autostart.lua

6 lines
189 B
Lua
Raw Normal View History

2012-07-01 17:33:50 +04:00
os.execute ("xscreensaver -no-splash &")
2013-03-12 00:28:32 +04:00
os.execute ("pidgin &")
2012-07-17 14:44:34 +04:00
os.execute ("pgrep stardict || stardict &")
os.execute ("pgrep urxvt || urxvt &")
os.execute ("pgrep firefox || firefox &")