diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-09-16 13:46:06 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-09-16 13:46:06 -0300 |
commit | bcb8fe060f96d2edd92995a1c2c9d5ca6c8bc55a (patch) | |
tree | 969dd48c0e8887ac85057c731e5f1ed0cb2b5a05 | |
parent | 3fbc37b5793761d95028fa7e27e9de66e374e23c (diff) | |
download | luakit-bcb8fe060f96d2edd92995a1c2c9d5ca6c8bc55a.tar.gz luakit-bcb8fe060f96d2edd92995a1c2c9d5ca6c8bc55a.tar.bz2 |
Loads sessman
-rw-r--r-- | config.dot/luakit.link/rc.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.dot/luakit.link/rc.lua b/config.dot/luakit.link/rc.lua index d60a11c..309a64f 100644 --- a/config.dot/luakit.link/rc.lua +++ b/config.dot/luakit.link/rc.lua @@ -56,6 +56,9 @@ require "binds" -- Optional user script loading -- ---------------------------------- +-- Session manager +require "sessman" + -- Luakit Plugins --require "plugins" |