Compare commits
No commits in common. "ad0bd083a1e6a7294a0c0225846f509bf6e97858" and "6737421e588a01993cbba241d216c1e90808bf9e" have entirely different histories.
ad0bd083a1
...
6737421e58
10
rc.lua
10
rc.lua
@ -99,10 +99,8 @@ awful.layout.layouts = {
|
|||||||
|
|
||||||
function restart()
|
function restart()
|
||||||
for k,v in pairs(zombies) do
|
for k,v in pairs(zombies) do
|
||||||
if type(v) == "number" then
|
|
||||||
awful.spawn.easy_async(string.format("kill %d",v))
|
awful.spawn.easy_async(string.format("kill %d",v))
|
||||||
end
|
end
|
||||||
end
|
|
||||||
awesome.restart()
|
awesome.restart()
|
||||||
end
|
end
|
||||||
-- {{{ Menu
|
-- {{{ Menu
|
||||||
@ -261,15 +259,13 @@ awful.screen.connect_for_each_screen(function(s)
|
|||||||
else -- portrait
|
else -- portrait
|
||||||
awful.tag(tags, s, awful.layout.suit.fair.horizontal)
|
awful.tag(tags, s, awful.layout.suit.fair.horizontal)
|
||||||
end
|
end
|
||||||
|
--[[
|
||||||
awful.tag.attached_connect_signal(nil, "tagged", function(tag)
|
awful.tag.attached_connect_signal(nil, "tagged", function(tag)
|
||||||
for _,c in pairs(tag:clients()) do
|
for _,c in pairs(tag:clients()) do
|
||||||
if tag.layout == awful.layout.suit.floating then
|
c.titlebars_enabled = tag.layout == awful.layout.suit.floating
|
||||||
awful.titlebar.show(c)
|
|
||||||
else
|
|
||||||
awful.titlebar.hide(c)
|
|
||||||
end
|
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
]]
|
||||||
|
|
||||||
-- Create a promptbox for each screen
|
-- Create a promptbox for each screen
|
||||||
s.mypromptbox = awful.widget.prompt()
|
s.mypromptbox = awful.widget.prompt()
|
||||||
|
Loading…
Reference in New Issue
Block a user