]> gitweb.fluxo.info Git - rhatto/dotfiles/luakit.git/commitdiff
Feat: adds tabgroups plugin master
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Dec 2022 16:55:18 +0000 (13:55 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 27 Dec 2022 16:55:18 +0000 (13:55 -0300)
config.dot/luakit.link/rc.lua

index dd054b850b0a5574e49a919849afe57b7c1bdea1..85bd90817dd00e3fda923bd70f8eb95987c066b9 100644 (file)
@@ -115,6 +115,9 @@ local search = require "search"
 -- Add ordering of new tabs
 local taborder = require "taborder"
 
 -- Add ordering of new tabs
 local taborder = require "taborder"
 
+-- Add grouping of tabs
+local tabgroups = require "tabgroups"
+
 -- Save web history
 local history = require "history"
 local history_chrome = require "history_chrome"
 -- Save web history
 local history = require "history"
 local history_chrome = require "history_chrome"