smbnetfs with umask=111

This commit is contained in:
Kolan Sh 2013-05-02 09:30:39 +04:00
parent 0aa2afb5bc
commit 00d89cdce4
1 changed files with 1 additions and 1 deletions

View File

@ -6,5 +6,5 @@ os.execute ("pgrep stardict || stardict &")
os.execute ("pgrep urxvt || urxvt &")
os.execute ("pgrep firefox || firefox &")
os.execute ("pgrep firefox-bin || firefox-bin &")
os.execute ("smbnetfs "..os.getenv("HOME").."/smb")
os.execute ("smbnetfs "..os.getenv("HOME").."/smb -o umask=111")
os.execute (os.getenv("HOME").."/.config/awesome/set_wall.sh "..os.getenv("HOME").."/wallpapers/")