mirror of
https://github.com/vincentbernat/i3wm-configuration.git
synced 2025-08-02 17:24:27 +02:00
Revert "layouts: use termfair layout for terminals"
This reverts commit eb309fd35b
. While this
seemed a good idea, I find easier the regular fair layout.
This commit is contained in:
parent
c432aee85f
commit
2845d99010
5 changed files with 1 additions and 16 deletions
|
@ -40,8 +40,6 @@ theme.taglist_squares_unsel = icons .. "/taglist/squarew.png"
|
|||
for _, l in pairs(config.layouts) do
|
||||
theme["layout_" .. l.name] = icons .. "/layouts/" .. l.name .. ".png"
|
||||
end
|
||||
local lain_icons = awful.util.getdir("config") .. "/lain/icons/layout/zenburn"
|
||||
theme.layout_termfair = lain_icons .. "/termfair.png"
|
||||
|
||||
-- Naughty
|
||||
naughty.config.presets.normal.bg = theme.bg_widget
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue