BugFix: Remove nvidia-settings from autostart.
This commit is contained in:
parent
01efb99e3c
commit
56af16c897
|
@ -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/")
|
||||
|
|
Loading…
Reference in New Issue