.awesome/autostart.lua

8 lines
266 B
Lua
Raw Permalink Normal View History

2012-09-18 14:43:24 +04:00
os.execute ("numlockx on &")
2012-10-02 13:48:56 +04:00
os.execute ("xsetroot -cursor_name left_ptr &")
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 &")