BugFix: Remove nvidia-settings from autostart.

This commit is contained in:
Kolan Sh 2013-04-15 11:48:12 +04:00
parent 01efb99e3c
commit 56af16c897
1 changed files with 1 additions and 1 deletions

View File

@ -5,5 +5,5 @@ os.execute ("pidgin &")
os.execute ("pgrep stardict || stardict &")
os.execute ("pgrep urxvt || urxvt &")
os.execute ("pgrep firefox || firefox &")
os.execute ("nvidia-settings -a GPUOverclockingState=1 -a GPU2DClockFreqs=135,135 -a GPU3DClockFreqs=629,480")
os.execute ("smbnetfs "..os.getenv("HOME").."/smb")
os.execute (os.getenv("HOME").."/.config/awesome/set_wall.sh "..os.getenv("HOME").."/wallpapers/")