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-11-03 15:30:43 +04:00
|
|
|
os.execute ("smbnetfs "..os.getenv("HOME").."/smb")
|
2014-01-05 12:21:07 +04:00
|
|
|
os.execute (os.getenv("HOME").."/.config/awesome/set_wall.sh "..os.getenv("HOME").."/.config/awesome/wallpaper.slink")
|
2014-02-03 16:52:15 +04:00
|
|
|
os.execute ("pgrep lightsOn.sh || "..os.getenv("HOME").."/.config/awesome/lightsOn.sh &")
|