Syncing branches for stability
This commit is contained in:
commit
7c105de388
|
@ -65,12 +65,12 @@ local menu_widget = menu({
|
||||||
},
|
},
|
||||||
{ "Stop task",
|
{ "Stop task",
|
||||||
function()
|
function()
|
||||||
awful.spawn("kill "..tostring(c.pid))
|
awful.spawn("kill "..tostring(client.focus.pid))
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
{ "Kill task",
|
{ "Kill task",
|
||||||
function()
|
function()
|
||||||
awful.spawn("kill -s KILL "..tostring(c.pid))
|
awful.spawn("kill -s KILL "..tostring(client.focus.pid))
|
||||||
end
|
end
|
||||||
},
|
},
|
||||||
{ "Debug info",
|
{ "Debug info",
|
||||||
|
|
Loading…
Reference in New Issue