Use xsession, not rc.lua

This commit is contained in:
Thomas Forgione 2017-10-10 09:31:29 +02:00
parent f5f62c6ba0
commit c66d98b232
No known key found for this signature in database
GPG Key ID: C75CD416BD1FFCE1
1 changed files with 1 additions and 4 deletions

View File

@ -25,7 +25,7 @@ function file_exists(name)
end
if file_exists(home..'/.xsession') then
awful.spawn(home .. '/.xsession')
os.execute(home .. '/.xsession &')
end
@ -693,6 +693,3 @@ end)
client.connect_signal("focus", function(c) c.border_color = beautiful.border_focus end)
client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_normal end)
-- }}}
--
os.execute('xautolock -time 10 -locker slock&')
os.execute('nm-applet&')