awful: fix marking
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
2d6c09ee5a
commit
17a6d2283e
|
@ -528,8 +528,8 @@ end
|
||||||
function togglemarked(c)
|
function togglemarked(c)
|
||||||
local cl = c or capi.client.focus
|
local cl = c or capi.client.focus
|
||||||
|
|
||||||
if not client.mark(c) then
|
if not mark(c) then
|
||||||
client.unmark(c)
|
unmark(c)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue