Use xsession, not rc.lua
This commit is contained in:
parent
f5f62c6ba0
commit
c66d98b232
|
@ -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&')
|
||||
|
|
Loading…
Reference in New Issue