.awesome/autostart.lua

12 lines
584 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 &")
2013-12-18 00:55:44 +04:00
os.execute ("pgrep xscreensaver || xscreensaver -no-splash &")
os.execute ("pgrep pidgin || pidgin &")
2013-03-12 00:32:44 +04:00
os.execute ("pgrep stardict || stardict &")
os.execute ("pgrep urxvt || urxvt &")
2013-05-09 22:56:09 +04:00
os.execute ("pgrep firefox || (firefox || firefox-bin) &")
2013-12-18 00:55:44 +04:00
os.execute ("pgrep thunderbird || thunderbird &")
2013-08-25 15:25:42 +04:00
os.execute ("pgrep liferea || liferea &")
2013-11-03 15:30:43 +04:00
os.execute ("smbnetfs "..os.getenv("HOME").."/smb")
os.execute (os.getenv("HOME").."/.config/awesome/set_wall.sh "..os.getenv("HOME").."/.config/awesome/wallpaper.slink")