From 00d89cdce478b69e7a74fdc8754baca76b2400fa Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Thu, 2 May 2013 09:30:39 +0400 Subject: [PATCH] smbnetfs with umask=111 --- autostart.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autostart.lua b/autostart.lua index 8478a6d..e2b1e92 100644 --- a/autostart.lua +++ b/autostart.lua @@ -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/")