Compare commits

..

No commits in common. "ad0bd083a1e6a7294a0c0225846f509bf6e97858" and "6737421e588a01993cbba241d216c1e90808bf9e" have entirely different histories.

1 changed files with 4 additions and 8 deletions

12
rc.lua
View File

@ -99,9 +99,7 @@ awful.layout.layouts = {
function restart()
for k,v in pairs(zombies) do
if type(v) == "number" then
awful.spawn.easy_async(string.format("kill %d",v))
end
awful.spawn.easy_async(string.format("kill %d",v))
end
awesome.restart()
end
@ -261,15 +259,13 @@ awful.screen.connect_for_each_screen(function(s)
else -- portrait
awful.tag(tags, s, awful.layout.suit.fair.horizontal)
end
--[[
awful.tag.attached_connect_signal(nil, "tagged", function(tag)
for _,c in pairs(tag:clients()) do
if tag.layout == awful.layout.suit.floating then
awful.titlebar.show(c)
else
awful.titlebar.hide(c)
end
c.titlebars_enabled = tag.layout == awful.layout.suit.floating
end
end)
]]
-- Create a promptbox for each screen
s.mypromptbox = awful.widget.prompt()