Add firefox profile
parent
e7f87c24e3
commit
aba9242ac6
@ -0,0 +1,15 @@
|
||||
/*
|
||||
=== managed by silo ===
|
||||
*/
|
||||
|
||||
#main-window #titlebar {
|
||||
overflow: hidden;
|
||||
transition: height 0.3s 0.3s !important;
|
||||
}
|
||||
|
||||
/* Hidden state: Hide native tabs strip */
|
||||
#main-window[titlepreface*=" "] #titlebar { height: 0 !important; }
|
||||
|
||||
/* Hidden state: Fix z-index of active pinned tabs */
|
||||
#main-window[titlepreface*=" "] #tabbrowser-tabs { z-index: 0 !important; }
|
||||
|
@ -0,0 +1,12 @@
|
||||
package.path = package.path .. ';../?.lua'
|
||||
local silo = require 'silo'
|
||||
local sutils = require 'silo-utils'
|
||||
|
||||
local config = sutils.enhance_dircfg {
|
||||
path = silo.config.firefox_profile,
|
||||
mode = "exclude",
|
||||
exclude = {},
|
||||
}
|
||||
|
||||
|
||||
return config
|
Loading…
Reference in New Issue